Documentation ¶ Index ¶ type Client func (c *Client) List(ctx context.Context, params files_sdk.AppListParams, ...) (*Iter, error) type Iter func List(ctx context.Context, params files_sdk.AppListParams, ...) (*Iter, error) func (i *Iter) App() files_sdk.App func (i *Iter) Reload(opts ...files_sdk.RequestResponseOption) files_sdk.IterI 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(ctx context.Context, params files_sdk.AppListParams, opts ...files_sdk.RequestResponseOption) (*Iter, error) type Iter ¶ type Iter struct { *files_sdk.Iter *Client } func List ¶ func List(ctx context.Context, params files_sdk.AppListParams, opts ...files_sdk.RequestResponseOption) (*Iter, error) func (*Iter) App ¶ func (i *Iter) App() files_sdk.App func (*Iter) Reload ¶ func (i *Iter) Reload(opts ...files_sdk.RequestResponseOption) files_sdk.IterI Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.