Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateOperation ¶ added in v1.2.5
type Operation ¶
type Operation interface {
Run(env environments.Environment) error
}
type OperationFactory ¶ added in v1.2.5
type OperationFactory interface { Create(CreateOperation) Operation Key() string }
Click to show internal directories.
Click to hide internal directories.