syncerexec

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: 18 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Module = fx.Module(
	"main",
	fx.Provide(
		fx.Annotate(
			NewRunSyncer,
			fx.As(new(fxcli.Main)),
		),
	),
)
View Source
var ModuleTest = fx.Module(
	"main",
	fx.Provide(
		NewRunSyncer,
	),
)

Functions

func DefaultFxOptions

func DefaultFxOptions() fx.Option

func FromCli

func FromCli(opts ...fx.Option)

Types

type RunSyncer

type RunSyncer struct {
	// contains filtered or unexported fields
}

func NewRunSyncer

func NewRunSyncer(planner planner.Planner, applier applier.Applier, printer fileprinter.Printer, osStub osstub.OsStub) *RunSyncer

func (*RunSyncer) Run

func (f *RunSyncer) Run()

Jump to

Keyboard shortcuts

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