Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataSender ¶
type NotifyServers ¶
type NotifyServers interface {
NotifyServers(ids []uuid.UUID, req types.Request) error
AddServer(ID uuid.UUID, token string, addr string) error
}
func NewNotifierServers ¶
func NewNotifierServers() NotifyServers
type WebSocketConnection ¶
func (*WebSocketConnection) GetID ¶
func (u *WebSocketConnection) GetID() string
func (*WebSocketConnection) Write ¶
func (u *WebSocketConnection) Write(msg []byte) error
Click to show internal directories.
Click to hide internal directories.