Commented UsageStat member of Repository

This commit is contained in:
Paulo Truta
2023-05-30 21:21:24 +02:00
parent 13275f80a5
commit 335b7ec29e
+1 -1
View File
@@ -18,7 +18,7 @@ type Repository struct {
Size string `json:"size"`
Snapshots []Snapshot `json:"snapshots"`
Status string `json:"status"`
UsageStat UsageStat `json:"usage_stat"`
// UsageStat UsageStat `json:"usage_stat"`
}
// Snapshot : Struct representing a single snapshot in the backup repository