Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GlobalConfig = &Config{}
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Groups []Group `yaml:"groups"` DataSource DataSource `yaml:"datasource"` Backend Backend `yaml:"backend"` Cleaner []string `yaml:"cleaner"` Marker []string `yaml:"marker"` }
func (*Config) ReadInConfig ¶
type DataSource ¶
type DataSource struct {
MySQL MySQL `yaml:"mysql"`
}
Click to show internal directories.
Click to hide internal directories.