| 88 | } |
| 89 | |
| 90 | type Initializer interface { |
| 91 | Init(tmpl wfv1.Template) error |
| 92 | } |
| 93 | |
| 94 | // ContainerRuntimeExecutor is the interface for interacting with a container runtime |
| 95 | type ContainerRuntimeExecutor interface { |
no outgoing calls
no test coverage detected