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 stands between the socket and the hub and is one directional (write only)
type Hub ¶
type Hub struct {
// contains filtered or unexported fields
}
Hub is a client switch that broadcasts messages
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server serves a REST route the client connects to receive sync messages
Click to show internal directories.
Click to hide internal directories.