Versions in this module Expand all Collapse all v0 v0.1.1 Mar 14, 2021 v0.1.0 Mar 13, 2021 Changes in this version + var ErrDeviceCreationInvalidResult = errors.New("device creation result invalid") + type Device struct + Config config.Config + func New() 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