This commit is contained in:
2023-11-03 11:17:45 +03:00
parent 4120cd2b1a
commit 84c0248019
40 changed files with 964 additions and 73 deletions

View File

@@ -720,10 +720,13 @@ type RecordCompute struct {
InfoCompute
}
// Information about of disk IDs
type ListInfoDisks []InfoDisk
// Main information about compute for list
type ItemCompute struct {
// List of disk IDs
Disks []InfoDisk `json:"disks"`
Disks ListInfoDisks `json:"disks"`
// Main information about compute
InfoCompute