test

package
v0.3.0-rc4 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppService

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

func NewConfigurator

func NewConfigurator(
	engine *gotemplate.GoTemplateEngine,
	repoStore *repositorystore.TestRepositoryStore,
	templateStore *gotemplate.GoTemplateStore,
	valueStore domain.ValueStore,
	renderService *domain.RenderService,
	cleanupService *domain.CleanupService,
	diffPrinter *ui.ConsoleDiffPrinter,
	cfg *cfg.Configuration,
	console *ui.ColoredConsole,
) *AppService

type Command

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

func NewCommand

func NewCommand(
	cfg *cfg.Configuration,
	configurator *AppService,
	factory logging.LoggerFactory,
	instrumentation instrumentation.BatchInstrumentation,
) *Command

NewCommand returns a new Command instance.

func (*Command) GetCliCommand

func (c *Command) GetCliCommand() *cli.Command

GetCliCommand returns the command instance for CLI library.

Jump to

Keyboard shortcuts

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