Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterType ¶
func RunDispatch ¶
func RunDispatch()
Types ¶
type CacherListener ¶
type CacherListener struct {
Port int `json:"port"`
}
func (*CacherListener) InitListener ¶
func (listener *CacherListener) InitListener()
type UDPDataListener ¶
type UDPDataListener struct {
Port int `json:"port"`
}
func (*UDPDataListener) InitListener ¶
func (listener *UDPDataListener) InitListener()
type UDPMetaListener ¶
type UDPMetaListener struct {
Port int `json:"port"`
}
func (*UDPMetaListener) InitListener ¶
func (listener *UDPMetaListener) InitListener()
Click to show internal directories.
Click to hide internal directories.