devices

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DevicesCmd = &cobra.Command{
	Use:   "devices",
	Short: "View device catalog and compatibility",
	Long: `View the device catalog and check which devices are compatible
with your app based on its requirements.`,
}

Functions

This section is empty.

Types

type DeviceInfo

type DeviceInfo struct {
	FormFactor  string `json:"form_factor"`
	Description string `json:"description"`
	Examples    string `json:"examples"`
}

DeviceInfo represents device information

type DeviceStats

type DeviceStats struct {
	PackageName      string   `json:"package_name"`
	TopManufacturers []string `json:"top_manufacturers"`
	TopFormFactors   []string `json:"top_form_factors"`
	Note             string   `json:"note"`
}

DeviceStats represents device usage statistics

Jump to

Keyboard shortcuts

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