Documentation
¶
Overview ¶
Package websocket provides WebSocket support for real-time catalog updates.
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 WebSocket client connection.
type Hub ¶
type Hub struct {
// contains filtered or unexported fields
}
Hub maintains active WebSocket connections and broadcasts messages.
func (*Hub) ClientCount ¶
ClientCount returns the number of connected clients.
Click to show internal directories.
Click to hide internal directories.