package
1.3.3
Repository: https://github.com/zboyco/go-server.git
Documentation: pkg.go.dev

# Structs

BeginEndMarkReceiveFilter 标记数据包开始和结尾字节 数据包以Begin开始,End结尾 中间1-4位代表ActionName长度 剩余部分为 ActionName字符串 + 数据Body.
FixedHeaderReceiveFilter 固定头部协议 头部占用8个字节 1-4位代表数据包总长度 5-8位代表ActionName长度 剩余为 ActionName字符串 + 数据Body.

# Interfaces

ReceiveFilter 数据过滤器接口.

# Type aliases

No description provided by the author
No description provided by the author
ResolveActionFunc 解析数据返回actionName和message.