Documentation
¶
Overview ¶
Stacks
Index ¶
- type Client
- func (c *Client) CreateStack(ctx context.Context, org string, wfGrp string, request *sgsdkgo.Stack, ...) (*sgsdkgo.GeneratedStackCreateResponse, error)
- func (c *Client) DeleteStack(ctx context.Context, org string, stack string, wfGrp string, ...) (*sgsdkgo.GeneratedStackDeleteResponse, error)
- func (c *Client) ListAllStacks(ctx context.Context, org string, wfGrp string, opts ...option.RequestOption) (*sgsdkgo.GeneratedStackListAllResponse, error)
- func (c *Client) ReadStack(ctx context.Context, org string, stack string, wfGrp string, ...) (*sgsdkgo.GeneratedStackGetResponse, error)
- func (c *Client) ReadStackOutputs(ctx context.Context, org string, stack string, wfGrp string, ...) (*sgsdkgo.GeneratedStackOutputsResponse, error)
- func (c *Client) UpdateStack(ctx context.Context, org string, stack string, wfGrp string, ...) (*sgsdkgo.GeneratedStackCreateResponse, 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) CreateStack ¶
func (c *Client) CreateStack( ctx context.Context, org string, wfGrp string, request *sgsdkgo.Stack, opts ...option.RequestOption, ) (*sgsdkgo.GeneratedStackCreateResponse, error)
Creates a Stack
func (*Client) DeleteStack ¶
func (c *Client) DeleteStack( ctx context.Context, org string, stack string, wfGrp string, opts ...option.RequestOption, ) (*sgsdkgo.GeneratedStackDeleteResponse, error)
Delete a Stack
func (*Client) ListAllStacks ¶
func (c *Client) ListAllStacks( ctx context.Context, org string, wfGrp string, opts ...option.RequestOption, ) (*sgsdkgo.GeneratedStackListAllResponse, error)
List all Stacks in a Workflow Group
func (*Client) ReadStack ¶
func (c *Client) ReadStack( ctx context.Context, org string, stack string, wfGrp string, opts ...option.RequestOption, ) (*sgsdkgo.GeneratedStackGetResponse, error)
Get workflow details inside a workflow group
func (*Client) ReadStackOutputs ¶
func (c *Client) ReadStackOutputs( ctx context.Context, org string, stack string, wfGrp string, opts ...option.RequestOption, ) (*sgsdkgo.GeneratedStackOutputsResponse, error)
Read outputs for a Stack
func (*Client) UpdateStack ¶
func (c *Client) UpdateStack( ctx context.Context, org string, stack string, wfGrp string, request *sgsdkgo.PatchedStack, opts ...option.RequestOption, ) (*sgsdkgo.GeneratedStackCreateResponse, error)
Update workflow attributes
Click to show internal directories.
Click to hide internal directories.