Documentation
¶
Index ¶
- Variables
- type Device
- func (d Device) Boot(i types.Instance) error
- func (d Device) Create(name string) (string, types.Kind, error)
- func (d Device) List() types.Pairs
- func (d Device) SetTheme(i types.Instance, theme string) error
- func (d Device) Shutdown(i types.Instance) error
- func (d Device) WaitUntilBooted(i types.Instance) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrDeviceCreationInvalidResult is throwing when create method is unable to create a new device ErrDeviceCreationInvalidResult = errors.New("device creation result invalid") )
Functions ¶
This section is empty.
Types ¶
type Device ¶
Device represents the iOS device action strategy
func (Device) SetTheme ¶
SetTheme is setting the device's theme to dark or light, based on theme variable
Source Files
¶
Click to show internal directories.
Click to hide internal directories.