Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigType ¶
type ConfigType struct { Secret string `json:"secret"` Verbose bool `json:"verbose"` Debug bool `json:"debug"` OutputFolder string `json:"outputFolder"` }
func Config ¶
func Config() ConfigType
func (*ConfigType) InitLogging ¶
func (config *ConfigType) InitLogging() *logger.Logger
Click to show internal directories.
Click to hide internal directories.