Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrMessageIsNil = errors.New("the message is nil") ErrSeqOverflow = errors.New("the message seq overflow") ErrRouteOverflow = errors.New("the message route overflow") ErrBufferOverflow = errors.New("the message buffer overflow") ErrInvalidMessage = errors.New("invalid message") ErrMessageTooLarge = errors.New("the message too large") )
Functions ¶
Types ¶
type Option ¶
type Option func(o *options)
func WithBufferBytesLen ¶
WithBufferBytesLen 设置消息字节长度
func WithCompressBytesLen ¶ added in v0.0.8
WithCompressBytesLen 设置消息是否压缩标志位字节长度
func WithRouteBytesLen ¶
WithRouteBytesLen 设置路由字节长度
Click to show internal directories.
Click to hide internal directories.