Documentation
¶
Index ¶
- type Etcd
- func (e *Etcd) Del(key string) error
- func (e *Etcd) Get(key string) (string, error)
- func (e *Etcd) HGet(key, field string) (string, error)
- func (e *Etcd) HSet(key string, fields map[string]string) error
- func (e *Etcd) LessHSet(key string, fields map[string]string, ttl int64) error
- func (e *Etcd) LessSet(key, value string, ttl int64) error
- func (e *Etcd) Set(key, value string) error
- func (e *Etcd) Watch(key string) error
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.