Documentation
¶
Overview ¶
Package cmd provides all the commands that spinc can run: start, status, etc.
Index ¶
Constants ¶
View Source
const (
JOB_COL_LEN = 100
)
View Source
const (
RECORD_SEPARATOR = "--\n"
)
Variables ¶
View Source
var (
ErrNotExist = errors.New("command does not exist")
)
Functions ¶
This section is empty.
Types ¶
type DefaultFactory ¶
type DefaultFactory struct {
}
type ErrUnknownArgs ¶
func (ErrUnknownArgs) Error ¶
func (e ErrUnknownArgs) Error() string
Click to show internal directories.
Click to hide internal directories.