Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HardwareInfo ¶
type HardwareInfo struct {
Network NetworkInfo `json:"network"`
}
type NetworkInfo ¶
type NetworkInfo struct {
NICs []NIC `json:"nics"`
}
Click to show internal directories.
Click to hide internal directories.