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