Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // A list of Etcd2 servers to use Endpoints []string `yaml:"endpoints"` // An optional username to use when connecting Username string `yaml:"username"` // An optional password to use when connecting Password string `yaml:"password" neverLog:"true"` }
Config for an Etcd2 source
Click to show internal directories.
Click to hide internal directories.