Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiskHealth ¶ added in v0.3.0
type HealthReport ¶
type HealthReport struct {
GeneratedAt string `json:"generated_at"`
Status string `json:"status"`
Repositories RepositoryHealth `json:"repositories"`
Snapshots SnapshotHealth `json:"snapshots"`
Disk DiskHealth `json:"disk"`
Sync SyncHealth `json:"sync"`
Retention RetentionHealth `json:"retention"`
Warnings []string `json:"warnings,omitempty"`
Recommendations []string `json:"recommendations,omitempty"`
}
type RepositoryHealth ¶ added in v0.3.0
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.