Documentation ¶
Index ¶
- type Client
- func (c *Client) BasePrefix() string
- func (c *Client) Close() error
- func (c *Client) Create(path string, data []byte) error
- func (c *Client) Delete(path string) error
- func (c *Client) List(path string) ([]string, error)
- func (c *Client) Read(file string) ([]byte, error)
- func (c *Client) Update(path string, data []byte) error
- func (c *Client) UpdateWithTTL(path string, data []byte, ttl time.Duration) 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.