Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Packer ¶
type Packer struct{}
Packer encodes messages using the NO-OP format - sending them as-is, with only a header to indicate message format.
func New ¶
New will create a Packer that transmits messages IN PLAINTEXT. Never use this in production.
func (*Packer) EncodingType ¶
EncodingType returns the type of the encoding, as found in the header `Typ` field
Click to show internal directories.
Click to hide internal directories.