Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConfStore ¶
NewConfStore returns a new file ConfStore object
Types ¶
type ConfStore ¶
type ConfStore struct {
Config *Config
// contains filtered or unexported fields
}
ConfStore object
type Config ¶
type Config struct {
LogOutput string `mapstructure:"log_output" version:"1"`
ConfigDir string `mapstructure:"config_dir" version:"1"`
Watch bool `mapstructure:"watch" version:"1"`
}
Config ...
Click to show internal directories.
Click to hide internal directories.