Documentation
¶
Overview ¶
Workflow Run Facts
Index ¶
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) ReadWorkflowRunFacts ¶
func (c *Client) ReadWorkflowRunFacts( ctx context.Context, org string, wf string, wfGrp string, wfRun string, wfRunFacts string, opts ...option.RequestOption, ) (map[string]interface{}, error)
Get workflow run facts details inside a workflow. For more information, see this [WorkflowRunFact Discussion](https://github.com/StackGuardian/feedback/discussions/109).
Click to show internal directories.
Click to hide internal directories.