Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ListenIP string `yaml:"listen_ip" json:"listen_ip"` ListenPort int `yaml:"listen_port" json:"listen_port"` MetricsPath string `yaml:"metrics_path" json:"metrics_path"` EruSize string `yaml:"eru_size" json:"eru_size"` Clusters map[string]string `yaml:"clusters" json:"clusters"` }
Config is the top level configuration used by the service discovery module
var GlobalConfig *Config
Click to show internal directories.
Click to hide internal directories.