Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandlerFunc ¶ added in v0.1.0
HandlerFunc 函数形式的Handler
type HubPool ¶ added in v0.1.0
type HubPool struct {
// contains filtered or unexported fields
}
HubPool 客户端,每种类型的协议使用唯一的客户端
func NewHubPool ¶ added in v0.1.0
NewHubPool 新建一个HubPool
type LimitMux ¶ added in v0.1.0
type LimitMux struct { Max int //NOTE: 最大值 // contains filtered or unexported fields }
LimitMux 限制器,用于限制
Click to show internal directories.
Click to hide internal directories.