Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a middleman between the websocket connection and the hub.
type Hub ¶
type Hub struct {
// contains filtered or unexported fields
}
Hub maintains the set of active clients and broadcasts messages to clients
func (*Hub) GetUpgrader ¶
func (*Hub) GracefulStop ¶
TODO GracefulStop shuts down the socket.
func (*Hub) RegisterClient ¶
type HubInterface ¶
type UserMsg ¶
type UserMsg struct { Type string `json:"type"` Payload json.RawMessage `json:"payload"` }
Client is a middleman between the websocket connection and the hub.
Click to show internal directories.
Click to hide internal directories.