Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WebSockets = map[string]*WebSocket{}
WebSockets websockets loaded (Alpha)
Functions ¶
This section is empty.
Types ¶
type WebSocket ¶
type WebSocket struct {
websocket.WSClientOption
Event WebSocketEvent `json:"event,omitempty"`
Client *websocket.WSClient
}
WebSocket the websocket struct
func LoadWebSocket ¶
LoadWebSocket load websockets client
func SelectWebSocket ¶
SelectWebSocket Get WebSocket client by name
Click to show internal directories.
Click to hide internal directories.