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
Click to show internal directories.
Click to hide internal directories.