Documentation ¶
Index ¶
Constants ¶
View Source
const ( UNIXGRAM = "unixgram" UDP = "udp" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server interface {
Serve(buffer dispatchers.Dispatcher, running chan<- bool)
}
type Udp ¶
type Udp struct {
Address string
}
func (*Udp) Serve ¶
func (server *Udp) Serve(buffer dispatchers.Dispatcher, running chan<- bool)
type UnixDatagram ¶
type UnixDatagram struct {
Address string
}
func (*UnixDatagram) Serve ¶
func (server *UnixDatagram) Serve(buffer dispatchers.Dispatcher, running chan<- bool)
Click to show internal directories.
Click to hide internal directories.