Versions in this module Expand all Collapse all v0 v0.1.0 Aug 11, 2026 Changes in this version + const DefaultTimeout + type Client struct + func New() *Client + func NewWithRunner(r Runner) *Client + func (c *Client) Boot(ctx context.Context, udid string) error + func (c *Client) Class() device.Class + func (c *Client) ListAvailable(ctx context.Context) ([]device.Device, error) + type Device struct + IsAvailable bool + Name string + OS string + Runtime string + State string + TypeID string + UDID string + Version Version + func (d Device) Booted() bool + type Runner func(ctx context.Context, name string, args ...string) ([]byte, error) + type Version struct + Major int + Minor int + Patch int + func (v Version) Less(w Version) bool + func (v Version) String() string