vmd

package
v0.175.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	IOSSimulator    = "ios-simulator"
	AndroidEmulator = "android-emulator"
)

Constants for virtual device kinds.

Variables

This section is empty.

Functions

This section is empty.

Types

type Reader

type Reader interface {
	GetVirtualDevices(ctx context.Context, kind string) ([]VirtualDevice, error)
}

Reader is the interface for getting available virtual devices.

type VirtualDevice

type VirtualDevice struct {
	Name      string
	OSVersion []string
}

VirtualDevice describes a virtual device that can be used to run tests.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL