cmd

package
v0.0.0-...-b7db0ac Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2017 License: MPL-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewLogoProgress

func NewLogoProgress() processor.ProgressBar

NewLogoProgress ...

func NewRunCommand

func NewRunCommand(app *kingpin.Application, registry *core.Registry, summaryBuilders *core.SummaryBuilderFactory)

NewRunCommand ...

func NewServerCommand

func NewServerCommand(app *kingpin.Application, registry *core.Registry)

NewServerCommand ...

Types

type Application

type Application struct{}

Application ...

func (Application) Execute

func (instance Application) Execute(configuration *config.Configuration) statistics.AggregatorSnapShot

Execute ...

type ConsoleHost

type ConsoleHost struct {
	Control processor.Control
}

ConsoleHost ... This ConsoleHost should also be responsible for parsing any command line arguments which have been passed in

func NewConsoleHost

func NewConsoleHost(config *config.Configuration, registry core.Registry) ConsoleHost

NewConsoleHost ...

func (*ConsoleHost) SetControl

func (host *ConsoleHost) SetControl(control processor.Control)

SetControl ...

type ConsoleProgressBar

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

ConsoleProgressBar ...

func NewProgressBar

func NewProgressBar(size int, config *config.Configuration) *ConsoleProgressBar

NewProgressBar ...

func (*ConsoleProgressBar) Set

func (this *ConsoleProgressBar) Set(progress int) error

Set ...

type ConsoleSummaryBuilder

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

ConsoleSummaryBuilder ...

func NewConsoleSummaryBuilder

func NewConsoleSummaryBuilder(writer io.Writer) *ConsoleSummaryBuilder

NewConsoleSummaryBuilder ...

func (*ConsoleSummaryBuilder) Write

func (this *ConsoleSummaryBuilder) Write(summary core.ExecutionSummary)

Write ...

type LogoProgress

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

LogoProgress ...

func (*LogoProgress) Set

func (this *LogoProgress) Set(progress int) error

Set ...

type NullProgress

type NullProgress struct{}

NullProgress ...

func (*NullProgress) Set

func (this *NullProgress) Set(progress int) error

Set ...

type RunCommand

type RunCommand struct {
	Config *config.Configuration
	// contains filtered or unexported fields
}

RunCommand ...

type ServerCommand

type ServerCommand struct {
	Port int
	// contains filtered or unexported fields
}

ServerCommand ...

Jump to

Keyboard shortcuts

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