Documentation ¶
Index ¶
Constants ¶
View Source
const ( WsServerStatusClose = 0 //连接关闭 WsServerStatusOpen = 1 //连接开启 WsServerStatusBeClosing = 2 //连接正在关闭 )
Variables ¶
View Source
var (
DataFramesDefault []byte
)
Functions ¶
func RemoveServer ¶
func RemoveServer(ser *WsServer)
Types ¶
type ConnWriteChanParams ¶ added in v0.3.17
type ConnWriteChanParams struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.