Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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"`
Sync SyncHealth `json:"sync"`
Snapshots SnapshotHealth `json:"snapshots"`
Disk DiskHealth `json:"disk"`
Retention RetentionHealth `json:"retention"`
Warnings []string `json:"warnings,omitempty"`
Recommendations []string `json:"recommendations,omitempty"`
}
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.