This commit is contained in:
asteam
2026-01-16 17:05:59 +03:00
parent 3588755461
commit 25fa57f583
22 changed files with 145 additions and 40 deletions

View File

@@ -397,6 +397,9 @@ type ItemDisk struct {
// Bus number
BusNumber uint64 `json:"bus_number"`
// Chache
Cache string `json:"cache"`
// Created by
CreatedBy string `json:"createdBy"`
@@ -1173,7 +1176,7 @@ type RecordCompute struct {
ZoneID uint64 `json:"zoneId"`
//todo
_ uint64 `json:"nodeId"`
_ uint64 `json:"nodeId"`
}
type LoaderMetaIso struct {