Commented UsageStat member of Repository

pull/32/merge
Paulo Truta 2023-05-30 21:21:24 +02:00
parent 13275f80a5
commit 335b7ec29e
1 changed files with 1 additions and 1 deletions

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