Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executor ¶
type Executor interface {
Plan(component *schema.Component) (bool, error)
Apply(component *schema.Component) error
Destroy(component *schema.Component) error
Output(component *schema.Component) (map[string]schema.OutputMeta, error)
ResolveVars(component *schema.Component, stacks *schema.Stacks) error
}
Click to show internal directories.
Click to hide internal directories.