Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Development bool `mapstructure:"development"` Level string `mapstructure:"level"` Encoding string `mapstructure:"encoding"` DisableCaller bool `mapstructure:"disable_caller"` DisableStacktrace bool `mapstructure:"disable_stacktrace"` DisableColor bool `mapstructure:"disable_color"` OutputPaths []string `mapstructure:"output_paths"` ErrorOutputPaths []string `mapstructure:"error_output_paths"` }
Config mapstructure is for Viper to unmarshal TODO: add validation
Click to show internal directories.
Click to hide internal directories.