Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplyExecutor ¶
type ApplyExecutor struct {
*BaseExecutor
}
func NewApplyExecutor ¶
func NewApplyExecutor(db database.DB) *ApplyExecutor
func (*ApplyExecutor) Execute ¶
func (e *ApplyExecutor) Execute(ctx context.Context, def *definition.Definition) ([]definition.Report, error)
type BaseExecutor ¶
type BaseExecutor struct {
// contains filtered or unexported fields
}
func NewBaseExecutor ¶
func NewBaseExecutor(db database.DB) *BaseExecutor
type PlanExecutor ¶
type PlanExecutor struct {
*BaseExecutor
}
func NewPlanExecutor ¶
func NewPlanExecutor(db database.DB) *PlanExecutor
func (*PlanExecutor) Execute ¶
func (e *PlanExecutor) Execute(ctx context.Context, def *definition.Definition) ([]definition.Report, error)
Click to show internal directories.
Click to hide internal directories.