package
Version:
v3.0.0-beta7+incompatible
Opens a new window with list of versions in this module.
Published: May 2, 2016
License: Apache-2.0, Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
A Config provides a collection of configuration values to setup a generated
waiter code with.
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 struct {
Config
Client interface{}
Input interface{}
}
A Waiter provides waiting for an operation to complete.
Wait waits for an operation to complete, expire max attempts, or fail. Error
is returned if the operation fails.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.