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

Function NewWorkflowCreate

app/cli/pkg/action/workflow_create.go:28–30  ·  view source on GitHub ↗
(cfg *ActionsOpts)

Source from the content-addressed store, hash-verified

26}
27
28func NewWorkflowCreate(cfg *ActionsOpts) *WorkflowCreate {
29 return &WorkflowCreate{cfg}
30}
31
32type NewWorkflowCreateOpts struct {
33 Name, Description, Project, Team, ContractName string

Callers 1

newWorkflowCreateCmdFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected