Documentation ¶
Index ¶
- type Cmd
- type Executor
- func (e Executor) Apply() error
- func (e Executor) Destroy(input map[string]interface{}) error
- func (e Executor) Init(template string, input map[string]interface{}) error
- func (e Executor) Output(outputName string) (string, error)
- func (e Executor) Outputs() (map[string]interface{}, error)
- func (e Executor) Version() (string, error)
- type InputGenerator
- type Manager
- func (m Manager) Apply(bblState storage.State) (storage.State, error)
- func (m Manager) Destroy(bblState storage.State) (storage.State, error)
- func (m Manager) GetOutputs() (Outputs, error)
- func (m Manager) Init(bblState storage.State) error
- func (m Manager) ValidateVersion() error
- func (m Manager) Version() (string, error)
- type Outputs
- type TemplateGenerator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executor ¶
type Executor struct {
// contains filtered or unexported fields
}
func NewExecutor ¶
type InputGenerator ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func NewManager(executor executor, templateGenerator TemplateGenerator, inputGenerator InputGenerator, terraformOutputBuffer *bytes.Buffer, logger logger) Manager
func (Manager) GetOutputs ¶
func (Manager) ValidateVersion ¶
type TemplateGenerator ¶
Click to show internal directories.
Click to hide internal directories.