Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FreeSpace ¶
type FreeSpace struct {
IPFSMount MountStatus `json:"IPFSMount"`
TMP MountStatus `json:"tmp"`
ROOT MountStatus `json:"root"`
}
type HealthInfo ¶
type HealthInfo struct {
DiskFreeSpace FreeSpace `json:"FreeSpace"`
}
Struct to report from the healthz endpoint
type MountStatus ¶
type MountStatus struct {
All uint64 `json:"All"`
Used uint64 `json:"Used"`
Free uint64 `json:"Free"`
}
Creating structure for DiskStatus
type ResultsList ¶
Click to show internal directories.
Click to hide internal directories.