package
Version:
v0.0.0-...-d8b8add
Opens a new window with list of versions in this module.
Published: Aug 27, 2020
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DiskUsage struct {
Free uint64 `json:"free"`
Available uint64 `json:"available"`
Size uint64 `json:"size"`
Used uint64 `json:"used"`
Usage uint64 `json:"usage"`
Dir uint64 `json:"dir"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.