Documentation
¶
Overview ¶
Stack Workflows
Index ¶
- type Client
- func (c *Client) DeleteStackWorkflow(ctx context.Context, org string, stack string, wf string, wfGrp string, ...) error
- func (c *Client) ListAllStackWorkflows(ctx context.Context, org string, stack string, wfGrp string, ...) (*sgsdkgo.WorkflowsListAll, error)
- func (c *Client) ListAllStackWorkflowsArtifacts(ctx context.Context, org string, stack string, wf string, wfGrp string, ...) (*sgsdkgo.GeneratedWorkflowListAllArtifactsResponse, error)
- func (c *Client) ReadStackWorkflow(ctx context.Context, org string, stack string, wf string, wfGrp string, ...) (*sgsdkgo.WorkflowGetResponse, error)
- func (c *Client) StackWorkflowOutputs(ctx context.Context, org string, stack string, wf string, wfGrp string, ...) (*sgsdkgo.GeneratedWorkflowOutputsResponse, error)
- func (c *Client) UpdateStackWorkflow(ctx context.Context, org string, stack 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) DeleteStackWorkflow ¶
func (c *Client) DeleteStackWorkflow( ctx context.Context, org string, stack string, wf string, wfGrp string, opts ...option.RequestOption, ) error
Delete Workflow (Stack)
func (*Client) ListAllStackWorkflows ¶
func (c *Client) ListAllStackWorkflows( ctx context.Context, org string, stack string, wfGrp string, opts ...option.RequestOption, ) (*sgsdkgo.WorkflowsListAll, error)
List all Workflows (Stack)
func (*Client) ListAllStackWorkflowsArtifacts ¶
func (c *Client) ListAllStackWorkflowsArtifacts( ctx context.Context, org string, stack string, wf string, wfGrp string, opts ...option.RequestOption, ) (*sgsdkgo.GeneratedWorkflowListAllArtifactsResponse, error)
List all artifacts (Stack)
func (*Client) ReadStackWorkflow ¶
func (c *Client) ReadStackWorkflow( ctx context.Context, org string, stack string, wf string, wfGrp string, opts ...option.RequestOption, ) (*sgsdkgo.WorkflowGetResponse, error)
Read Workflow (Stack)
func (*Client) StackWorkflowOutputs ¶
func (c *Client) StackWorkflowOutputs( ctx context.Context, org string, stack string, wf string, wfGrp string, opts ...option.RequestOption, ) (*sgsdkgo.GeneratedWorkflowOutputsResponse, error)
Workflow Outputs (Stack)
func (*Client) UpdateStackWorkflow ¶
func (c *Client) UpdateStackWorkflow( ctx context.Context, org string, stack string, wf string, wfGrp string, request *sgsdkgo.PatchedWorkflow, opts ...option.RequestOption, ) (*sgsdkgo.GeneratedWorkflowUpdateResponse, error)
Update Workflow (Stack)
Click to show internal directories.
Click to hide internal directories.