command_runner

package
v6.2.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Jun 19, 2014 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type ConcreteRunner

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

func NewRunner

func NewRunner(cmdFactory command_factory.Factory, requirementsFactory requirements.Factory) (runner ConcreteRunner)

func (ConcreteRunner) RunCmdByName

func (runner ConcreteRunner) RunCmdByName(cmdName string, c *cli.Context) (err error)

type Runner

type Runner interface {
	RunCmdByName(cmdName string, c *cli.Context) (err error)
}

Jump to

Keyboard shortcuts

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