Documentation ¶
Index ¶
- type Client
- func (c *Client) List(filter *invoiced.Filter, sort *invoiced.Sort) (invoiced.Events, string, error)
- func (c *Client) ListAll(filter *invoiced.Filter, sort *invoiced.Sort) (invoiced.Events, error)
- func (c *Client) ListAllByDatesAndUser(filter *invoiced.Filter, sort *invoiced.Sort, startDate int64, endDate int64, ...) (invoiced.Events, error)
- func (c *Client) Retrieve(id int64) (*invoiced.Event, error)
- func (c *Client) RetrieveWithUser(id int64) (*invoiced.Event, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
*invoiced.Api
}
func (*Client) ListAllByDatesAndUser ¶
func (*Client) RetrieveWithUser ¶
Click to show internal directories.
Click to hide internal directories.