Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CompressType ¶
type CompressType byte
const ( CompressTypeGzip CompressType = iota CompressTypeSnappy )
type Header ¶
type Header [11]byte // 0: magicNumber | 1:(0): heartbeat | 1:(1-3): payloadType | 1:(4-6): compressType | 1:(7): status | 2-9: uuid | 10:(0-3): bodyLength
type PayloadType ¶
type PayloadType byte
const ( PayloadTypeJson PayloadType = iota PayloadTypeProtobuf )
Click to show internal directories.
Click to hide internal directories.