messenger

package
v1.4.10-rc.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 2, 2021 License: BSD-3-Clause Imports: 4 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client is an implementation of a messenger channel that talks over RPC.

func NewClient

func NewClient(client messengerproto.MessengerClient) *Client

NewClient returns a client that is connected to a remote channel

func (*Client) Notify

func (c *Client) Notify(msg common.Message) error

type Server

type Server struct {
	messengerproto.UnimplementedMessengerServer
	// contains filtered or unexported fields
}

Server is a messenger that is managed over RPC.

func NewServer

func NewServer(messenger chan<- common.Message) *Server

NewServer returns a messenger connected to a remote channel

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL