package
1.0.0
Repository: https://github.com/sliveryou/micro-pkg.git
Documentation: pkg.go.dev

# Functions

NewManager 新建 websocket 管理器.
WithAppID 配置应用ID,可用于区分该 websocket 连接来自哪个应用,常见如:"web", "android" 和 "ios".
WithChanSize 配置通道大小.
WithConnTime 配置连接时间.
WithHandlers 配置消息处理器,可用于集中处理从客户端读取到的消息.
WithUserID 配置用户ID,可用于区分该 websocket 连接属于哪个用户.

# Structs

Client websocket 客户端.
Manager websocket 管理器.
Msg websocket 消息.

# Type aliases

Handler 消息处理器.
Option 可选配置.