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