Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { StartDelay int `mapstructure:"start_delay"` Log struct { Level string `mapstructure:"level"` Format string `mapstructure:"format"` } `mapstructure:"log"` ProxySQL struct { Address string `mapstructure:"address"` Username string `mapstructure:"username"` Password string `mapstructure:"password"` } `mapstructure:"proxysql"` RunMode string `mapstructure:"run_mode"` Core struct { Interval int `mapstructure:"interval"` PodSelector struct { Namespace string `mapstructure:"namespace"` App string `mapstructure:"app"` Component string `mapstructure:"component"` } `mapstructure:"podselector"` } `mapstructure:"core"` Satellite struct { Interval int `mapstructure:"interval"` } `mapstructure:"satellite"` Interfaces []string `mapstructure:"interfaces"` }
Click to show internal directories.
Click to hide internal directories.