Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Command ¶
type Command interface {
// Validate and load the arguments passed to the command.
Validate(args []string) error
// Run a validated command.
Run() error
}
Command represents an svcat command.
Click to show internal directories.
Click to hide internal directories.