Documentation
¶
Index ¶
- func RunAction(actionContext api.ActionExecutionContext, catalogAction *catalog.Action, ...)
- func RunPlan(plan plangenerate.Plan, planContext ExecuteContext)
- func RunPlanStage(plan plangenerate.Plan, planContext ExecuteContext, stageName string)
- func RunPlanStep(plan plangenerate.Plan, planContext ExecuteContext, step plangenerate.Step)
- type ExecuteContext
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunAction ¶
func RunAction(actionContext api.ActionExecutionContext, catalogAction *catalog.Action, step plangenerate.Step)
func RunPlan ¶
func RunPlan(plan plangenerate.Plan, planContext ExecuteContext)
func RunPlanStage ¶
func RunPlanStage(plan plangenerate.Plan, planContext ExecuteContext, stageName string)
func RunPlanStep ¶
func RunPlanStep(plan plangenerate.Plan, planContext ExecuteContext, step plangenerate.Step)
Types ¶
type ExecuteContext ¶
type ExecuteContext struct {
Cfg *config.CIDConfig
Modules []*analyzerapi.ProjectModule
Env map[string]string
ProjectDir string
StagesFilter []string
ModulesFilter []string
StepFilter []string
}
Click to show internal directories.
Click to hide internal directories.