Versions in this module Expand all Collapse all v0 v0.1.0 Jun 29, 2017 Changes in this version + func Register(name string, factory Factory) + type DeployStep struct + Config map[string]interface{} + func (s *DeployStep) Execute(ctx pipeline.Context) error + type Deployer interface + Deploy func(ctx pipeline.Context) error + func New(name string, config map[string]interface{}) (Deployer, error) + type Factory func(config map[string]interface{}) (Deployer, error)