MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / NewWorkflowList

Function NewWorkflowList

app/cli/pkg/action/workflow_list.go:54–56  ·  view source on GitHub ↗

NewWorkflowList creates a new instance of WorkflowList

(cfg *ActionsOpts)

Source from the content-addressed store, hash-verified

52
53// NewWorkflowList creates a new instance of WorkflowList
54func NewWorkflowList(cfg *ActionsOpts) *WorkflowList {
55 return &WorkflowList{cfg}
56}
57
58// Run executes the workflow list action
59func (action *WorkflowList) Run(page int, pageSize int) (*WorkflowListResult, error) {

Callers 1

newWorkflowListCmdFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected