Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Callbacks ¶
type Callbacks interface {
UserInteractionCallbacks
ExecutionCallbacks
DredgefileCallbacks
}
type CommandOutput ¶
type CommandOutput struct {
Type *Type
Output interface{}
}
type DredgefileCallbacks ¶
type DredgefileCallbacks interface {
AddVariablesToDredgefile(variable map[string]string) error
AddWorkflowToDredgefile(workflow config.Workflow) error
AddBucketToDredgefile(bucket config.Bucket) error
AddProviderToDredgefile(resource, provider string, providerConfig map[string]string) error
RelativePathFromDredgefile(path string) (string, error)
}
type ExecutionCallbacks ¶
type InputRequest ¶
type ResourceDefinition ¶
func (*ResourceDefinition) GetCommand ¶
func (r *ResourceDefinition) GetCommand(name string) (*Command, error)
Click to show internal directories.
Click to hide internal directories.