pipeline

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2017 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Context

type Context map[string]interface{}

type Pipeline

type Pipeline struct {
	Context Context
	// contains filtered or unexported fields
}

func Create

func Create() *Pipeline

func (*Pipeline) Add

func (p *Pipeline) Add(step Step)

func (*Pipeline) Execute

func (p *Pipeline) Execute() error

type Step

type Step interface {
	Execute(p Context) error
}

Jump to

Keyboard shortcuts

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