Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintReport ¶ added in v0.5.1
func PrintReport(report *HealthReport)
Types ¶
type AssetHealth ¶ added in v0.4.1
type DiskHealth ¶ added in v0.3.0
type HealthReport ¶
type HealthReport struct {
GeneratedAt string `json:"generated_at"`
Status string `json:"status"`
Repositories AssetHealth `json:"repositories"`
Gists AssetHealth `json:"gists"`
Quarantine QuarantineHealth `json:"quarantine"`
Sync SyncHealth `json:"sync"`
Snapshots SnapshotHealth `json:"snapshots"`
Disks []DiskHealth `json:"disks"`
Retention RetentionHealth `json:"retention"`
Warnings []string `json:"warnings,omitempty"`
Recommendations []string `json:"recommendations,omitempty"`
}
type QuarantineHealth ¶ added in v0.5.1
type RetentionHealth ¶ added in v0.3.0
type SnapshotHealth ¶ added in v0.3.0
type SyncHealth ¶ added in v0.3.0
Click to show internal directories.
Click to hide internal directories.