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, request types.Request) error
AddServer(ID uuid.UUID, addr string) error
}
func NewNotifierServers ¶
func NewNotifierServers() NotifyServers
type UDPConnection ¶
func (*UDPConnection) GetID ¶
func (u *UDPConnection) GetID() string
func (*UDPConnection) Write ¶
func (u *UDPConnection) Write(msg []byte) error
Click to show internal directories.
Click to hide internal directories.