//
pkg.gl
Category
github.com/weifan01/websocket-example
client
package
0.0.0-20241120084748-9cf03d82a868
Repository:
https://github.com/weifan01/websocket-example.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
0
Files
257 SLOC
#
Functions
NewClient
NewClient 初始化 Client 对象.
NewHandlers
No description provided by the author
#
Variables
ErrEventNotSupported
No description provided by the author
#
Structs
Client
No description provided by the author
#
Type aliases
EventHandler
EventHandler 事件处理器定义.
Handlers
Handlers 事件类型为key,处理器为value的map,根据事件类型路由到EventHandler函数处理.