This commit is contained in:
stSolo
2023-02-13 12:06:43 +03:00
parent 84bcd2eb53
commit 46af79b664
4 changed files with 10 additions and 43 deletions

View File

@@ -96,7 +96,7 @@ type ItemDisk struct {
SizeMax uint64 `json:"sizeMax"`
// Size used
SizeUsed uint64 `json:"sizeUsed"`
SizeUsed float64 `json:"sizeUsed"`
// List of snapshots
Snapshots ListSnapshots `json:"snapshots"`
@@ -273,7 +273,7 @@ type RecordDisk struct {
SizeMax uint64 `json:"sizeMax"`
// Size used
SizeUsed uint64 `json:"sizeUsed"`
SizeUsed float64 `json:"sizeUsed"`
// List of snapshots
Snapshots ListSnapshots `json:"snapshots"`