NewWorkflowList creates a new instance of WorkflowList
(cfg *ActionsOpts)
| 52 | |
| 53 | // NewWorkflowList creates a new instance of WorkflowList |
| 54 | func NewWorkflowList(cfg *ActionsOpts) *WorkflowList { |
| 55 | return &WorkflowList{cfg} |
| 56 | } |
| 57 | |
| 58 | // Run executes the workflow list action |
| 59 | func (action *WorkflowList) Run(page int, pageSize int) (*WorkflowListResult, error) { |
no outgoing calls
no test coverage detected