Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + type Engine struct + func NewEngine(lib *protocol.Library) *Engine + func (e *Engine) Execute(p *Pipeline, input []byte) ([]Result, error) + type Pipeline struct + Name string + Stages []Stage + func ParsePipeline(data string) (*Pipeline, error) + func ParsePipelineShort(notation string) (*Pipeline, error) + type Result struct + Data any + Error string + Stage string + Success bool + Type string + type Stage struct + Config map[string]string + Protocol string + Type string