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

Function NewWorkflowDelete

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

Source from the content-addressed store, hash-verified

26}
27
28func NewWorkflowDelete(cfg *ActionsOpts) *WorkflowDelete {
29 return &WorkflowDelete{cfg}
30}
31
32func (action *WorkflowDelete) Run(name, projectName string) error {
33 client := pb.NewWorkflowServiceClient(action.cfg.CPConnection)

Callers 1

newWorkflowDeleteCmdFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected