Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct {
// contains filtered or unexported fields
}
Container contains the options for querying containers.
type DaemonConnectError ¶
type DaemonConnectError struct {
// contains filtered or unexported fields
}
DaemonConnectError represents when we are unable to connect to the Quilt daemon.
func (DaemonConnectError) Error ¶
func (err DaemonConnectError) Error() string
type Get ¶
type Get struct {
// contains filtered or unexported fields
}
Get contains the options for downloading imports.
type Inspect ¶
type Inspect struct {
// contains filtered or unexported fields
}
Inspect contains the options for inspecting Stitches.
type Machine ¶
type Machine struct {
// contains filtered or unexported fields
}
Machine contains the options for querying machines.
type Run ¶
type Run struct {
// contains filtered or unexported fields
}
Run contains the options for running Stitches.
type SSH ¶
type SSH struct {
// contains filtered or unexported fields
}
SSH contains the options for SSHing into machines.
type Stop ¶
type Stop struct {
// contains filtered or unexported fields
}
Stop contains the options for stopping namespaces.
type SubCommand ¶
type SubCommand interface { // The function to run once the flags have been parsed. The return value // is the exit code. Run() int // Give the command line arguments to the subcommand so that it can parse // it for later execution. Parse(args []string) error // Print out the usage of the SubCommand. Usage() }
SubCommand defines the conversion between the user CLI flags and functionality within the code.
Click to show internal directories.
Click to hide internal directories.