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.
Click to show internal directories.
Click to hide internal directories.