package
Version:
v0.8.6
Opens a new window with list of versions in this module.
Published: Aug 30, 2023
License: MIT
Opens a new window with license information.
Imports: 10
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.