Versions in this module Expand all Collapse all v0 v0.1.0 Nov 2, 2022 Changes in this version + var ErrNotFound = errors.New("not found") + type Client struct + Client *http.Client + Host string + Signer *token.SigningKey + func New(host string, signer *token.SigningKey) *Client + func (c *Client) Delete(link string) error + func (c *Client) Get(link string) (string, error) + func (c *Client) List() (map[string]string, error) + func (c *Client) Put(link string, uri string) error