Pipeline is an abstraction of different workflow orchestrators.
| 20 | |
| 21 | // Pipeline is an abstraction of different workflow orchestrators. |
| 22 | type Pipeline interface { |
| 23 | Init(config *types.PipelineConfig) Pipeline |
| 24 | Generate() (out []byte, err error) |
| 25 | } |
no outgoing calls
no test coverage detected