Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateRandomName ¶
func GenerateRandomName() string
func PromptForConfirmation ¶
PromptForConfirmation requests and checks confirmation from the user. This will display the provided message followed by ' y/N '. If the user input 'y' or 'Y' it returns true otherwise false. If no message is provided, "Are you sure you want to proceed? y/N " will be used instead.
Types ¶
type Cli ¶
func (*Cli) MachineClient ¶
func (c *Cli) MachineClient(machine string) (*MachineClient, error)
MachineClient provides a client to interact with a machine
type MachineClient ¶
type MachineClient struct {
// contains filtered or unexported fields
}
func (*MachineClient) Close ¶
func (c *MachineClient) Close() error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.