Documentation ¶ Index ¶ type Client func (c *Client) Create(request *invoiced.FileRequest) (*invoiced.File, error) func (c *Client) CreateAndUploadFile(filePath, fileType string) (*invoiced.File, error) func (c *Client) Delete(id int64) error func (c *Client) Retrieve(id int64) (*invoiced.File, 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) Create ¶ func (c *Client) Create(request *invoiced.FileRequest) (*invoiced.File, error) func (*Client) CreateAndUploadFile ¶ func (c *Client) CreateAndUploadFile(filePath, fileType string) (*invoiced.File, error) func (*Client) Delete ¶ func (c *Client) Delete(id int64) error func (*Client) Retrieve ¶ func (c *Client) Retrieve(id int64) (*invoiced.File, error) Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.