Documentation
¶
Index ¶
- type Client
- func (e *Client) CAS(cmpKey, cmpValue, key, value string) error
- func (e *Client) Close()
- func (e *Client) Get(key string) (string, error)
- func (e *Client) Keepalive(key, val string) (clientv3.Lease, error)
- func (e *Client) List(prefix string) (map[string]string, error)
- func (e *Client) Put(key, val string) error
- func (e *Client) WatchPrefix(key string, ec chan clientv3.Event)
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.