Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Conf ¶
type Conf struct { Hosts []string `yaml:"hosts"` User string `yaml:"user"` Pass string `yaml:"pass"` InsecureSkipVerify bool `json:""` }
Conf is the config item with the given key on etcd.
Click to show internal directories.
Click to hide internal directories.