Documentation
¶
Index ¶
- type Client
- func (c *Client) Delete(ctx context.Context, flowID string, executionID string, ...) error
- func (c *Client) Get(ctx context.Context, flowID string, executionID string, ...) (*management.GetFlowExecutionResponseContent, error)
- func (c *Client) List(ctx context.Context, flowID string, request *management.ExecutionsListRequest, ...) (*core.Page[*management.FlowExecutionSummary], error)
- type RawClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
WithRawResponse *RawClient
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(options *core.RequestOptions) *Client
func (*Client) Get ¶
func (c *Client) Get( ctx context.Context, flowID string, executionID string, request *management.ExecutionsGetRequest, opts ...option.RequestOption, ) (*management.GetFlowExecutionResponseContent, error)
func (*Client) List ¶
func (c *Client) List( ctx context.Context, flowID string, request *management.ExecutionsListRequest, opts ...option.RequestOption, ) (*core.Page[*management.FlowExecutionSummary], error)
type RawClient ¶
type RawClient struct {
// contains filtered or unexported fields
}
func NewRawClient ¶
func NewRawClient(options *core.RequestOptions) *RawClient
func (*RawClient) Get ¶
func (r *RawClient) Get( ctx context.Context, flowID string, executionID string, request *management.ExecutionsGetRequest, opts ...option.RequestOption, ) (*core.Response[*management.GetFlowExecutionResponseContent], error)
Click to show internal directories.
Click to hide internal directories.