Executor all task in playbook
| 12 | |
| 13 | // Executor all task in playbook |
| 14 | type Executor interface { |
| 15 | Exec(ctx context.Context) error |
| 16 | } |
| 17 | |
| 18 | // option for playbookExecutor, blockExecutor, taskExecutor |
| 19 | type option struct { |
no outgoing calls
no test coverage detected