package
Version:
v5.3.0+incompatible
Opens a new window with list of versions in this module.
Published: Mar 22, 2017
License: Apache-2.0
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 DfRequest struct {
Status string `json:"status"`
Output Output `json:"output"`
}
type Output struct {
StatsCluster StatsCluster `json:"stats"`
}
type StatsCluster struct {
TotalUsedBytes int64 `json:"total_used_bytes"`
TotalBytes int64 `json:"total_bytes"`
TotalAvailBytes int64 `json:"total_avail_bytes"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.