Documentation
¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
func HumanFriendlySize ¶
func HumanFriendlyTraffic ¶
Types ¶
type NetworkDevice ¶
type StorageDevice ¶
type SysInfo ¶
type SysInfo struct {
OS OS `json:"os"`
Board Board `json:"board"`
CPU CPU `json:"cpu"`
BIOS BIOS `json:"bios"`
Memory Memory `json:"memory"`
Storage []StorageDevice `json:"storage"`
Network []NetworkDevice `json:"network"`
}
Click to show internal directories.
Click to hide internal directories.