Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateSecret ¶ added in v0.6.0
func GenerateSnowflakeId ¶ added in v0.6.0
func GenerateSnowflakeId() string
Types ¶
type ActionExecutor ¶
type ActionExecutor interface {
// GetName returns the name of the executor
GetName() string
// GetVersion returns the version of the executor
GetVersion() string
// GetType returns the action type which needs to match the config action type to activate this implementation
GetType() string
// Execute will run the action
Execute(ctx *commonapi.ActionExecutionContext, localState *state.ActionStateContext, catalogAction *catalog.Action, step plangenerate.Step) error
}
ActionExecutor is the interface that needs to be implemented by all action executors
Click to show internal directories.
Click to hide internal directories.