Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrRecoverable = errors.New("an error occurred but a retry might solve it") ErrUnrecoverable = errors.New("an error occurred and a retry will not solve the problem") )
Functions ¶
This section is empty.
Types ¶
type Deployer ¶
type Deployer struct {
// contains filtered or unexported fields
}
TODO: separate executors and use an interface
func NewDeployer ¶
Click to show internal directories.
Click to hide internal directories.