Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Config *ConfYaml Endpoint string Cwd string )
Functions ¶
Types ¶
type ConfYaml ¶
type ConfYaml struct {
Identity identity.IdentitySection `yaml:"identity"`
Logger logger.LoggerSection `yaml:"logger"`
Stra stra.StraSection `yaml:"stra"`
Worker worker.WorkerSection `yaml:"worker"`
Sys sys.SysSection `yaml:"sys"`
}
Click to show internal directories.
Click to hide internal directories.