waiter

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: May 25, 2016 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Name        string
	Delay       int
	MaxAttempts int
	Operation   string
	Acceptors   []WaitAcceptor
}

A Config provides a collection of configuration values to setup a generated waiter code with.

type WaitAcceptor

type WaitAcceptor struct {
	Expected interface{}
	Matcher  string
	State    string
	Argument string
}

A WaitAcceptor provides the information needed to wait for an API operation to complete.

type Waiter

type Waiter struct {
	Config
	Client interface{}
	Input  interface{}
}

A Waiter provides waiting for an operation to complete.

func (*Waiter) Wait

func (w *Waiter) Wait() error

Wait waits for an operation to complete, expire max attempts, or fail. Error is returned if the operation fails.

Jump to

Keyboard shortcuts

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