Versions in this module Expand all Collapse all v0 v0.5.0 Feb 4, 2020 v0.4.8 Feb 4, 2020 Changes in this version + var ErrBatonNotPresent = errors.New("right data structure not present between pipelines") + type Pipeline interface + GetNames func() (key string, longName string) + Run func(config *config.Config, buildID cidocker.BuildID, buildOS buildos.BuildOS, ...) PipelineRunReturnFunc + type PipelineRunReturnFunc func(ctx context.Context, log logger.Log) (cidocker.BuildID, error)