Documentation ¶ Index ¶ func Perform(wf Workflow) error type ScalingAGroup type Workflow 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. Source Files ¶ View all Source files helpers.goscaling_a_group.goworkflows.go Click to show internal directories. Click to hide internal directories.