Documentation
¶
Index ¶
- func Cancel(params files_sdk.AutomationRunCancelParams, ...) (automationRun files_sdk.AutomationRun, err error)
- func Find(params files_sdk.AutomationRunFindParams, ...) (automationRun files_sdk.AutomationRun, err error)
- func FindNode(params files_sdk.AutomationRunFindNodeParams, ...) (automationExecutionNode files_sdk.AutomationExecutionNode, err error)
- func Rerun(params files_sdk.AutomationRunRerunParams, ...) (automationRun files_sdk.AutomationRun, err error)
- type Client
- func (c *Client) Cancel(params files_sdk.AutomationRunCancelParams, ...) (automationRun files_sdk.AutomationRun, err error)
- func (c *Client) Find(params files_sdk.AutomationRunFindParams, ...) (automationRun files_sdk.AutomationRun, err error)
- func (c *Client) FindNode(params files_sdk.AutomationRunFindNodeParams, ...) (automationExecutionNode files_sdk.AutomationExecutionNode, err error)
- func (c *Client) List(params files_sdk.AutomationRunListParams, ...) (*Iter, error)
- func (c *Client) Rerun(params files_sdk.AutomationRunRerunParams, ...) (automationRun files_sdk.AutomationRun, err error)
- type Iter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Cancel ¶ added in v3.3.188
func Cancel(params files_sdk.AutomationRunCancelParams, opts ...files_sdk.RequestResponseOption) (automationRun files_sdk.AutomationRun, err error)
func Find ¶
func Find(params files_sdk.AutomationRunFindParams, opts ...files_sdk.RequestResponseOption) (automationRun files_sdk.AutomationRun, err error)
func FindNode ¶ added in v3.3.191
func FindNode(params files_sdk.AutomationRunFindNodeParams, opts ...files_sdk.RequestResponseOption) (automationExecutionNode files_sdk.AutomationExecutionNode, err error)
func Rerun ¶ added in v3.3.191
func Rerun(params files_sdk.AutomationRunRerunParams, opts ...files_sdk.RequestResponseOption) (automationRun files_sdk.AutomationRun, err error)
Types ¶
type Client ¶
func (*Client) Cancel ¶ added in v3.3.188
func (c *Client) Cancel(params files_sdk.AutomationRunCancelParams, opts ...files_sdk.RequestResponseOption) (automationRun files_sdk.AutomationRun, err error)
func (*Client) Find ¶
func (c *Client) Find(params files_sdk.AutomationRunFindParams, opts ...files_sdk.RequestResponseOption) (automationRun files_sdk.AutomationRun, err error)
func (*Client) FindNode ¶ added in v3.3.191
func (c *Client) FindNode(params files_sdk.AutomationRunFindNodeParams, opts ...files_sdk.RequestResponseOption) (automationExecutionNode files_sdk.AutomationExecutionNode, err error)
func (*Client) List ¶
func (c *Client) List(params files_sdk.AutomationRunListParams, opts ...files_sdk.RequestResponseOption) (*Iter, error)
func (*Client) Rerun ¶ added in v3.3.191
func (c *Client) Rerun(params files_sdk.AutomationRunRerunParams, opts ...files_sdk.RequestResponseOption) (automationRun files_sdk.AutomationRun, err error)
type Iter ¶
func List ¶
func List(params files_sdk.AutomationRunListParams, opts ...files_sdk.RequestResponseOption) (*Iter, error)
func (*Iter) AutomationRun ¶
func (i *Iter) AutomationRun() files_sdk.AutomationRun
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.