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