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 represents a single WebSocket connection.
type Hub ¶
type Hub struct {
// contains filtered or unexported fields
}
Hub manages WebSocket client connections and broadcasts messages.
func (*Hub) Unregister ¶
Unregister removes a client from the hub.
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is the HTTP server for the Dstl8 Lite web dashboard.
Click to show internal directories.
Click to hide internal directories.