Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Manifest *module.Manifest
Functions ¶
Types ¶
type Config ¶
type Config struct { base.Config Interface string `json:"Interface"` Port uint `json:"Port"` ReceiverId string `json:"ReceiverId"` }
func (Config) GetInterface ¶
func (Config) GetReceiverId ¶
type Configurer ¶
type Configurer interface { base.Configurer GetReceiverId() string GetInterface() string GetPort() uint }
type Module ¶
Click to show internal directories.
Click to hide internal directories.