Documentation ¶
Index ¶
- func Create(ctx context.Context, params files_sdk.AutomationCreateParams, ...) (automation files_sdk.Automation, err error)
- func Delete(ctx context.Context, params files_sdk.AutomationDeleteParams, ...) (err error)
- func Find(ctx context.Context, params files_sdk.AutomationFindParams, ...) (automation files_sdk.Automation, err error)
- func ManualRun(ctx context.Context, params files_sdk.AutomationManualRunParams, ...) (err error)
- func Update(ctx context.Context, params files_sdk.AutomationUpdateParams, ...) (automation files_sdk.Automation, err error)
- func UpdateWithMap(ctx context.Context, params map[string]interface{}, ...) (automation files_sdk.Automation, err error)
- type Client
- func (c *Client) Create(ctx context.Context, params files_sdk.AutomationCreateParams, ...) (automation files_sdk.Automation, err error)
- func (c *Client) Delete(ctx context.Context, params files_sdk.AutomationDeleteParams, ...) (err error)
- func (c *Client) Find(ctx context.Context, params files_sdk.AutomationFindParams, ...) (automation files_sdk.Automation, err error)
- func (c *Client) List(ctx context.Context, params files_sdk.AutomationListParams, ...) (*Iter, error)
- func (c *Client) ManualRun(ctx context.Context, params files_sdk.AutomationManualRunParams, ...) (err error)
- func (c *Client) Update(ctx context.Context, params files_sdk.AutomationUpdateParams, ...) (automation files_sdk.Automation, err error)
- func (c *Client) UpdateWithMap(ctx context.Context, params map[string]interface{}, ...) (automation files_sdk.Automation, err error)
- type Iter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create(ctx context.Context, params files_sdk.AutomationCreateParams, opts ...files_sdk.RequestResponseOption) (automation files_sdk.Automation, err error)
func Delete ¶
func Delete(ctx context.Context, params files_sdk.AutomationDeleteParams, opts ...files_sdk.RequestResponseOption) (err error)
func Find ¶
func Find(ctx context.Context, params files_sdk.AutomationFindParams, opts ...files_sdk.RequestResponseOption) (automation files_sdk.Automation, err error)
func ManualRun ¶
func ManualRun(ctx context.Context, params files_sdk.AutomationManualRunParams, opts ...files_sdk.RequestResponseOption) (err error)
func Update ¶
func Update(ctx context.Context, params files_sdk.AutomationUpdateParams, opts ...files_sdk.RequestResponseOption) (automation files_sdk.Automation, err error)
func UpdateWithMap ¶
func UpdateWithMap(ctx context.Context, params map[string]interface{}, opts ...files_sdk.RequestResponseOption) (automation files_sdk.Automation, err error)
Types ¶
type Client ¶
func (*Client) Create ¶
func (c *Client) Create(ctx context.Context, params files_sdk.AutomationCreateParams, opts ...files_sdk.RequestResponseOption) (automation files_sdk.Automation, err error)
func (*Client) Delete ¶
func (c *Client) Delete(ctx context.Context, params files_sdk.AutomationDeleteParams, opts ...files_sdk.RequestResponseOption) (err error)
func (*Client) Find ¶
func (c *Client) Find(ctx context.Context, params files_sdk.AutomationFindParams, opts ...files_sdk.RequestResponseOption) (automation files_sdk.Automation, err error)
func (*Client) List ¶
func (c *Client) List(ctx context.Context, params files_sdk.AutomationListParams, opts ...files_sdk.RequestResponseOption) (*Iter, error)
func (*Client) ManualRun ¶
func (c *Client) ManualRun(ctx context.Context, params files_sdk.AutomationManualRunParams, opts ...files_sdk.RequestResponseOption) (err error)
func (*Client) Update ¶
func (c *Client) Update(ctx context.Context, params files_sdk.AutomationUpdateParams, opts ...files_sdk.RequestResponseOption) (automation files_sdk.Automation, err error)
func (*Client) UpdateWithMap ¶
func (c *Client) UpdateWithMap(ctx context.Context, params map[string]interface{}, opts ...files_sdk.RequestResponseOption) (automation files_sdk.Automation, err error)
type Iter ¶
func List ¶
func List(ctx context.Context, params files_sdk.AutomationListParams, opts ...files_sdk.RequestResponseOption) (*Iter, error)
func (*Iter) Automation ¶
func (i *Iter) Automation() files_sdk.Automation
func (*Iter) LoadResource ¶
func (i *Iter) LoadResource(identifier interface{}, opts ...files_sdk.RequestResponseOption) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.