package
Version:
v0.0.2-0...-83fa1ee
Opens a new window with list of versions in this module.
Published: Jun 12, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DiskResponse struct {
Error bool `json:"error"`
Msg string `json:"msg"`
Data *DiskUsage `json:"data"`
}
type DiskUsage struct {
Path string `json:"path"`
Fstype string `json:"fstype"`
Total uint64 `json:"total"`
Free uint64 `json:"free"`
Used uint64 `json:"used"`
UsedPercent float64 `json:"usedPercent"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.