mirror of
https://github.com/edgebox-iot/edgeboxctl.git
synced 2026-09-24 05:41:43 +02:00
Commented UsageStat member of Repository
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user