deploy

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 28, 2017 License: Apache-2.0 Imports: 2 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Register

func Register(name string, factory Factory)

Types

type DeployStep

type DeployStep struct {
	Config map[string]interface{}
}

func (*DeployStep) Execute

func (s *DeployStep) Execute(ctx pipeline.Context) error

type Deployer

type Deployer interface {
	Deploy(ctx pipeline.Context) error
}

func New

func New(name string, config map[string]interface{}) (Deployer, error)

type Factory

type Factory func(config map[string]interface{}) (Deployer, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL