Documentation ¶
Index ¶
- type Client
- func (c *Client) Get(path string) ([]byte, error)
- func (c *Client) GetWithContext(ctx context.Context, path string) ([]byte, error)
- func (c *Client) List(collection string) (backend.KVPairs, error)
- func (c *Client) ListWithContext(ctx context.Context, collection string) (backend.KVPairs, error)
- func (c *Client) Set(path string, value []byte) error
- func (c *Client) SetWithContext(ctx context.Context, path string, value []byte) error
- func (c *Client) Watch(path string, stop chan bool) <-chan *backend.Response
- func (c *Client) WatchWithContext(ctx context.Context, path string, stop chan bool) <-chan *backend.Response
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetWithContext ¶
func (*Client) ListWithContext ¶
func (*Client) SetWithContext ¶
Click to show internal directories.
Click to hide internal directories.