poller

package
v1.1.4 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2019 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func UntilCreatedOrUpdated

func UntilCreatedOrUpdated(api cfnInterface, stackName string, f func(e *cfn.StackEvent)) error

func UntilDeleted

func UntilDeleted(api cfnInterface, stackName string, f func(e *cfn.StackEvent)) error

Types

type EndCondition

type EndCondition func(stackName string, ev *cfn.StackEvent) (bool, error)

type Poller

type Poller struct {
	StackName string
	// contains filtered or unexported fields
}

func NewPoller

func NewPoller(api cfnInterface, stackName string) *Poller

func (*Poller) Poll

func (p *Poller) Poll(condition EndCondition, f func(e *cfn.StackEvent)) error

Jump to

Keyboard shortcuts

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