Documentation
¶
Overview ¶
Package config provides the configuration loading
Package config provides the configuration loading ¶
Package config provides the configuration loading ¶
Package config provides the configuration loading
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultConfigPath ¶
func DefaultConfigPath() string
DefaultConfigPath return the default config path file
Types ¶
type Config ¶
type Config struct {
IDB config.IDB `yaml:"influxdb"`
RDB config.RDB `yaml:"redis"`
Balancer config.BalancerConfig `yaml:"balancer"`
Monitoring *MonitoringConfig `yaml:"monitoring"`
}
Config is the global application config
type MonitoringConfig ¶
MonitoringConfig is the global monitoring application config
Click to show internal directories.
Click to hide internal directories.