This commit is contained in:
2024-12-27 11:35:22 +03:00
parent 88eb9e8898
commit e04dc42d2b
37 changed files with 516 additions and 274 deletions

View File

@@ -104,6 +104,9 @@ type RecordImage struct {
// Size
Size uint64 `json:"size"`
// SnapshotId
SnapshotID string `json:"snapshotId"`
// Status
Status string `json:"status"`
@@ -227,6 +230,9 @@ type ItemImage struct {
// Size
Size uint64 `json:"size"`
// SnapshotId
SnapshotID string `json:"snapshotId"`
// Status
Status string `json:"status"`