Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceAction ¶
type DeviceAction interface {
List() types.Pairs
Create(string) (string, types.Kind, error)
Boot(types.Instance) error
WaitUntilBooted(types.Instance) error
SetTheme(types.Instance, string) error
Shutdown(types.Instance) error
}
DeviceAction defines the common functionalities of virtual devices. It's a strategy interface for virtual device management.
Click to show internal directories.
Click to hide internal directories.