Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Encoder ¶
type Encoder interface {
// contains filtered or unexported methods
}
Encoder turns a message into a raw byte array ready to be sent.
type Processor ¶
type Processor struct {
// contains filtered or unexported fields
}
A Processor updates messages from an inputChan and pushes in an outputChan.
Click to show internal directories.
Click to hide internal directories.