diff --git a/api/storage_type.go b/api/storage_type.go index b6e8c8c..d3f14be 100644 --- a/api/storage_type.go +++ b/api/storage_type.go @@ -47,3 +47,10 @@ type StorageContent struct { VMID int VolID string `josn:"volid,omitempty"` } + +type StorageVolume struct { + Format string `json:",omitempty"` + Path string `json:",omitempty"` + Size int `json:",omitempty"` + Used int `json:",omitempty"` +}