Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DeviceRow ¶
type DeviceRow struct {
ID int64 `json:"id"`
DeviceType string `json:"device_type"`
DeviceName string `json:"device_name"`
HostIdentifier string `json:"host_identifier"`
SerialNumber string `json:"serial_number"`
Attributes string `json:"attributes"`
}
DeviceRow represents a row from the inventory table.
Click to show internal directories.
Click to hide internal directories.