Versions in this module Expand all Collapse all v1 v1.0.0 Sep 28, 2017 Changes in this version type Context + func (c Context) ResolveConfig(cfg map[string]interface{}) (map[string]interface{}, error) + func (c Context) ResolveTemplate(name string, content string) (string, error) v0 v0.1.0 Jun 29, 2017 Changes in this version + type Context map[string]interface + type Pipeline struct + Context Context + func Create() *Pipeline + func (p *Pipeline) Add(step Step) + func (p *Pipeline) Execute() error + type Step interface + Execute func(p Context) error