Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a middleman between the websocket connection and the hub.
type ClientMessage ¶
type ClientMessage struct {
// contains filtered or unexported fields
}
type Hub ¶
type Hub struct {
// contains filtered or unexported fields
}
hub maintains the set of active clients and broadcasts messages to the clients.
func (*Hub) SendMessage ¶
Click to show internal directories.
Click to hide internal directories.