Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// Verbose toggles the verbosity
Verbose bool
// LogLevel is the level with with to log for this config
LogLevel string `mapstructure:"log_level"`
// LogFormat is the format that is used for logging
LogFormat string `mapstructure:"log_format"`
// ReloadSignal ...
ReloadSignal syscall.Signal
// TermSignal ...
TermSignal syscall.Signal
// KillSignal ...
KillSignal syscall.Signal
// File...
File string
// FileMode ...
FileMode os.FileMode
// Flags ...
Flags Flags
// Stdin ...
Stdin *os.File
// Stdout ...
Stdout *os.File
// Stderr ...
Stderr *os.File
}
Config ...
func (*Config) InitDefaultConfig ¶
InitDefaultConfig() ...
Click to show internal directories.
Click to hide internal directories.