Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetMessage ¶
NetMessage is the interface for the message
func FromObject ¶
FromObject creates a message from a protobuf-marshallable message.
type Pipe ¶
type Pipe struct { Incoming chan NetMessage Outgoing chan NetMessage }
Pipe objects represent a bi-directional message channel.
Click to show internal directories.
Click to hide internal directories.