Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ExitOnFirstError bool `yaml:"ExitOnFirstError"` FileExts []string `yaml:"FileExts"` LogPath string `yaml:"LogPath"` Tags []string `yaml:"Tags"` Tz string `yaml:"Timezone"` Trim bool `yaml:"Trim"` Verbose bool `yaml:"Verbose"` }
func MakeConfig ¶
func MakeConfig() *Config
Click to show internal directories.
Click to hide internal directories.