next

package
v0.0.0-...-5d0fad7 Latest Latest
Warning

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

Go to latest
Published: May 17, 2018 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command interface {
	Parse(args []string) ([]string, error)
	Run() error
}

Command is the interface for an abstract LabelNext command.

type TestCommand

type TestCommand interface {
	Command
}

TestCommand is the interface for an abstract TestLabelNextCommand.

func NewTestCommand

func NewTestCommand(opts common.Options) TestCommand

NewTestCommand returns an new TestCommand.

type TrainCommand

type TrainCommand interface {
	Command
}

TrainCommand is the interface for an abstract TrainLabelNextCommand.

func NewTrainCommand

func NewTrainCommand(opts common.Options) TrainCommand

NewTrainCommand returns an new TrainCommand.

Jump to

Keyboard shortcuts

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