applier

package
v1.15.18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 9, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Module = fx.Module("planner",
	fx.Provide(
		fx.Annotate(
			NewApplier,
			fx.As(new(Applier)),
		),
	),
)

Functions

This section is empty.

Types

type Applier

type Applier interface {
	Apply(ctx context.Context, stateDiff *files.System[*files.DiffWithChangeReason]) error
}

func NewApplier

func NewApplier(log *zapctx.Logger, diffExecutor diffexecutor.DiffExecutor) Applier

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL