Documentation ¶
Index ¶
- type Client
- func (c *Client) Create(request *invoiced.TaskRequest) (*invoiced.Task, error)
- func (c *Client) Delete(id int64) error
- func (c *Client) ListAll(filter *invoiced.Filter, sort *invoiced.Sort) (invoiced.Tasks, error)
- func (c *Client) Retrieve(id int64) (*invoiced.Task, error)
- func (c *Client) Update(id int64, request *invoiced.TaskRequest) (*invoiced.Task, 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.