This commit is contained in:
asteam
2025-09-26 18:56:58 +03:00
parent f1ffb4c0fd
commit 48e2b0f2f9
931 changed files with 1444 additions and 1130 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"`