Documentation
¶
Index ¶
- type EtcdV2
- func (etcdcli *EtcdV2) Delete(res *etcd_client.Response) (err error)
- func (etcdcli *EtcdV2) DeleteRaw(key string) error
- func (etcdcli *EtcdV2) DoDelete(key string, val string) error
- func (etcdcli *EtcdV2) Get(key string, sort bool, recursive bool) (*etcd_client.Response, error)
- func (etcdcli *EtcdV2) InitEtcd(etcdServerList []string) error
- func (etcdcli *EtcdV2) Set(key string, val string) error
- func (etcdcli *EtcdV2) Update(key string, val string, preVal string, check bool) error
- func (etcdcli *EtcdV2) Watch(prefix string, waitIndex uint64, recursive bool, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.