Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + func GenerateC(protocol string) string + type Pipeline struct + Cores int + Name string + Stages []PipelineStage + func NewPipeline(name string, cores int) *Pipeline + func (p *Pipeline) AddStage(name, typ, config string) + func (p *Pipeline) Describe() string + func (p *Pipeline) GenerateConfig() string + type PipelineStage struct + Config string + Name string + Type string