Commented UsageStat member of Repository
parent
13275f80a5
commit
335b7ec29e
|
@ -18,7 +18,7 @@ type Repository struct {
|
||||||
Size string `json:"size"`
|
Size string `json:"size"`
|
||||||
Snapshots []Snapshot `json:"snapshots"`
|
Snapshots []Snapshot `json:"snapshots"`
|
||||||
Status string `json:"status"`
|
Status string `json:"status"`
|
||||||
UsageStat UsageStat `json:"usage_stat"`
|
// UsageStat UsageStat `json:"usage_stat"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Snapshot : Struct representing a single snapshot in the backup repository
|
// Snapshot : Struct representing a single snapshot in the backup repository
|
||||||
|
|
Loading…
Reference in New Issue