package
Version:
v0.8.11
Opens a new window with list of versions in this module.
Published: Jul 1, 2025
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Device struct {
DeviceID uint32 `json:"device-id"`
DeviceType string `json:"device-type"`
}
type DeviceList struct {
Devices []Device `json:"devices"`
}
type NewDeviceRequest struct {
DeviceID uint32 `json:"device-id"`
DeviceType string `json:"device-type"`
Compressed bool `json:"compressed"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.