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 Prefixer ¶
type Prefixer interface {
// contains filtered or unexported methods
}
Prefixer adds a prefix to a message.
func NewAPIKeyPrefixer ¶
NewAPIKeyPrefixer returns a prefixer that prepends the given API key to a message.
Click to show internal directories.
Click to hide internal directories.