Documentation ¶ Index ¶ type Client func (c *Client) List(params files_sdk.InboxUploadListParams) (*Iter, error) type Iter func List(params files_sdk.InboxUploadListParams) (*Iter, error) func (i *Iter) InboxUpload() files_sdk.InboxUpload Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { files_sdk.Config } func (*Client) List ¶ func (c *Client) List(params files_sdk.InboxUploadListParams) (*Iter, error) type Iter ¶ type Iter struct { *lib.Iter } func List ¶ func List(params files_sdk.InboxUploadListParams) (*Iter, error) func (*Iter) InboxUpload ¶ func (i *Iter) InboxUpload() files_sdk.InboxUpload Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.