workflows

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2018 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Perform

func Perform(wf Workflow) error

Perform, given a workflow, will perform the work defined by said workflow.

Types

type ScalingAGroup

type ScalingAGroup struct {
	GroupName string
}

type Workflow

type Workflow interface {
	// contains filtered or unexported methods
}

Workflow is an interaface that describes procedures for getting work done. An object that implements this interface must provide a private perform() method.

Jump to

Keyboard shortcuts

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