Documentation
¶
Overview ¶
Workflows
Index ¶
- type Client
- func (c *Client) CreateWorkflow(ctx context.Context, org string, wfGrp string, request *sgsdkgo.Workflow, ...) (*sgsdkgo.GeneratedWorkflowCreateResponse, error)
- func (c *Client) DeleteWorkflow(ctx context.Context, org string, wf string, wfGrp string, ...) (*sgsdkgo.GeneratedWorkflowDeleteResponse, error)
- func (c *Client) ListAllWorkflowArtifacts(ctx context.Context, org string, wf string, wfGrp string, ...) (*sgsdkgo.GeneratedWorkflowListAllArtifactsResponse, error)
- func (c *Client) ListAllWorkflows(ctx context.Context, org string, wfGrp string, opts ...option.RequestOption) (*sgsdkgo.WorkflowsListAll, error)
- func (c *Client) Outputs(ctx context.Context, org string, wf string, wfGrp string, ...) (*sgsdkgo.GeneratedWorkflowOutputsResponse, error)
- func (c *Client) ReadWorkflow(ctx context.Context, org string, wf string, wfGrp string, ...) (*sgsdkgo.WorkflowGetResponse, error)
- func (c *Client) UpdateWorkflow(ctx context.Context, org string, wf string, wfGrp string, ...) (*sgsdkgo.GeneratedWorkflowUpdateResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(opts ...option.RequestOption) *Client
func (*Client) CreateWorkflow ¶
func (c *Client) CreateWorkflow( ctx context.Context, org string, wfGrp string, request *sgsdkgo.Workflow, opts ...option.RequestOption, ) (*sgsdkgo.GeneratedWorkflowCreateResponse, error)
Create Workflow
func (*Client) DeleteWorkflow ¶
func (c *Client) DeleteWorkflow( ctx context.Context, org string, wf string, wfGrp string, opts ...option.RequestOption, ) (*sgsdkgo.GeneratedWorkflowDeleteResponse, error)
Delete Workflow
func (*Client) ListAllWorkflowArtifacts ¶
func (c *Client) ListAllWorkflowArtifacts( ctx context.Context, org string, wf string, wfGrp string, opts ...option.RequestOption, ) (*sgsdkgo.GeneratedWorkflowListAllArtifactsResponse, error)
List all workflow artifacts
func (*Client) ListAllWorkflows ¶
func (c *Client) ListAllWorkflows( ctx context.Context, org string, wfGrp string, opts ...option.RequestOption, ) (*sgsdkgo.WorkflowsListAll, error)
List all Workflows
func (*Client) Outputs ¶
func (c *Client) Outputs( ctx context.Context, org string, wf string, wfGrp string, opts ...option.RequestOption, ) (*sgsdkgo.GeneratedWorkflowOutputsResponse, error)
Workflow Outputs
func (*Client) ReadWorkflow ¶
func (c *Client) ReadWorkflow( ctx context.Context, org string, wf string, wfGrp string, opts ...option.RequestOption, ) (*sgsdkgo.WorkflowGetResponse, error)
Read Workflow
func (*Client) UpdateWorkflow ¶
func (c *Client) UpdateWorkflow( ctx context.Context, org string, wf string, wfGrp string, request *sgsdkgo.PatchedWorkflow, opts ...option.RequestOption, ) (*sgsdkgo.GeneratedWorkflowUpdateResponse, error)
Update Workflow
Click to show internal directories.
Click to hide internal directories.