Documentation
¶
Index ¶
Constants ¶
View Source
const ( B = 1 KB = 1024 * B MB = 1024 * KB GB = 1024 * MB )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HwDisk ¶ added in v0.8.1
type HwDisk struct {
UsedMB int `json:"usedMb"`
UsedGB int `json:"usedGb"`
TotalMB int `json:"totalMb"`
TotalGB int `json:"totalGb"`
UsedPercent int `json:"usedPercent"`
}
func HwDiskInfo ¶ added in v0.8.1
Click to show internal directories.
Click to hide internal directories.