Documentation ¶
Index ¶
- Constants
- type Client
- func (c *Client) Config() clientv3.Config
- func (c *Client) Delete(ctx context.Context, key string, opts ...clientv3.OpOption) (*clientv3.DeleteResponse, error)
- func (c *Client) Get(ctx context.Context, key string, opts ...clientv3.OpOption) (*clientv3.GetResponse, error)
- func (c *Client) Key(parts ...string) *Key
- func (c *Client) Put(ctx context.Context, key string, val string, opts ...clientv3.OpOption) (*clientv3.PutResponse, error)
- type Key
Constants ¶
View Source
const SEP = '/'
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Click to show internal directories.
Click to hide internal directories.