package
0.0.0-20200117120358-9fb4de085cd6
Repository: https://github.com/jensneuse/pipeline.git
Documentation: pkg.go.dev

# Structs

Config is the Configuration Object to setup all steps.
Pipeline holds all steps and executes them on after each other.
StepConfig is the object to hold the kind and config of each step.

# Interfaces

Step is a pipeline step which takes an io.Reader as well as an io.Writer as arguments The previous (or first) pipeline step will pipe its result to the reader of the next (or final) pipeline step.