package
0.0.0-20190502020054-b6b8bdf43191
Repository: https://github.com/gosrv/gbase.git
Documentation: pkg.go.dev

# Functions

网络消息pb解码器 2字节proto id + proto.
No description provided by the author
网络消息固定长度pb解码器 4字节长度 + 2字节proto id + proto.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
网络消息pb编码器,用于websocket数据编码 2字节proto id + proto.
No description provided by the author
网络消息固定长度pb编码器,用于tcp数据流编码 4字节长度 + 2字节proto id + proto.