package
Version:
v5.4.2+incompatible
Opens a new window with list of versions in this module.
Published: Jun 14, 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 {
Pools []Pool `json:"pools"`
}
type Pool struct {
Id int64 `json:"id"`
Name string `json:"name"`
Stats Stats `json:"stats"`
}
type Stats struct {
BytesUsed int64 `json:"bytes_used"`
MaxAvail int64 `json:"max_avail"`
Objects int64 `json:"objects"`
KbUsed int64 `json:"kb_used"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.