//
pkg.gl
Category
github.com/leechanx/sona
common
net
tcp
client
package
0.0.0-20180813082954-68bdf18d1011
Repository:
https://github.com/leechanx/sona.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
0
Files
281 SLOC
#
Functions
CreateAsyncClient
创建一个client结构体.
CreateSyncClient
创建一个client结构体并连接.
#
Structs
AsyncClient
No description provided by the author
SendTask
待发送数据.
SyncClient
No description provided by the author
#
Type aliases
MsgHandler
遇到某消息ID的回调函数类型.
PacketFactory
消息ID与消息PB的映射函数类型.