This commit is contained in:
2024-08-26 17:51:34 +03:00
parent 8eeef825c0
commit f1e0f7abb6
12 changed files with 23 additions and 23 deletions

View File

@@ -156,7 +156,7 @@ type InfoDisk struct {
Shareable bool `json:"shareable"`
// Size max
SizeMax uint64 `json:"sizeMax"`
SizeMax int64 `json:"sizeMax"`
// Size used
SizeUsed float64 `json:"sizeUsed"`