Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory struct {
}
Factory factory for s3 backends.
func (*Factory) New ¶
func (f *Factory) New(spec map[string]interface{}, infra *project.Infrastructure) (project.Module, error)
New creates new module driver factory.
func (*Factory) NewFromState ¶
func (f *Factory) NewFromState(spec map[string]interface{}, modKey string, p *project.StateProject) (project.Module, error)
NewFromState creates new module from state data.
type State ¶
type State struct {
common.StateSpecCommon
ModType string `json:"type"`
Inputs interface{} `json:"inputs"`
}
type StateDiff ¶
type StateDiff struct {
common.StateSpecDiffCommon
Inputs interface{} `json:"inputs"`
}
Click to show internal directories.
Click to hide internal directories.