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