Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandNotFoundError ¶
type CommandNotFoundError struct {
// contains filtered or unexported fields
}
func NewCommandNotFoundError ¶
func NewCommandNotFoundError() *CommandNotFoundError
type CommandNotSpecifiedError ¶
type CommandNotSpecifiedError struct {
// contains filtered or unexported fields
}
func NewCommandNotSpecifiedError ¶
func NewCommandNotSpecifiedError() *CommandNotSpecifiedError
type RuntimeError ¶
type RuntimeError struct {
// contains filtered or unexported fields
}
func NewRuntimeError ¶
func NewRuntimeError(message string) *RuntimeError
Click to show internal directories.
Click to hide internal directories.