Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Activity ¶
type Activity interface { // Apply module with his defined configuration. Deploy() error // Destroy infrastructure, created by module. Destroy() error // Some modules checks. Check() (bool, error) // Path to directory with module files. Path() string // Clear module tmp files and cache. Clear() error }
Activity common interface for module and provisioner.
type ActivityDesc ¶
Directories ¶
Path | Synopsis |
---|---|
Package aws - aws provider.
|
Package aws - aws provider. |
Package digitalocean - digitalocean provider.
|
Package digitalocean - digitalocean provider. |
Click to show internal directories.
Click to hide internal directories.