Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustEtcdWithTimeout ¶
Types ¶
type Config ¶
type Config struct { Endpoints []string `yaml:"endpoints"` Timeout int64 `yaml:"timeout"` Username string `yaml:"username"` Password string `yaml:"password" kms:"encode"` }
Config etcd的配置字段
type Watcher ¶
type Watcher struct { Notifies []Notify // contains filtered or unexported fields }
func NewWatcher ¶
func NewWatcher(client *clientv3.Client) *Watcher
func (*Watcher) GetAddresses ¶
Click to show internal directories.
Click to hide internal directories.