Documentation ¶ Index ¶ type Client func New(client *http.Client, base string) *Client func (c *Client) Add(req *types.AddRequest) error func (c *Client) Clean(req *types.CleanRequest) error func (c *Client) Remove(req *types.RemoveRequest) error func (c *Client) Version() (string, error) 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 New ¶ func New(client *http.Client, base string) *Client func (*Client) Add ¶ func (c *Client) Add(req *types.AddRequest) error func (*Client) Clean ¶ func (c *Client) Clean(req *types.CleanRequest) error func (*Client) Remove ¶ func (c *Client) Remove(req *types.RemoveRequest) error func (*Client) Version ¶ func (c *Client) Version() (string, error) Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.