This commit is contained in:
dayterr
2026-02-27 17:09:58 +03:00
parent 2ded555d47
commit a92bdecb29
33 changed files with 119 additions and 267 deletions

View File

@@ -185,9 +185,6 @@ type InfoDisk struct {
// Need to clean before destroy
ToClean bool `json:"to_clean"`
// Type
Type string `json:"type"`
// Virtual machine ID
VMID uint64 `json:"vmid"`
@@ -322,14 +319,6 @@ type ItemSnapshot struct {
// List snapshots
type ListSnapshots []ItemSnapshot
type ListTypes struct {
// Data
Data []interface{} `json:"data"`
// Entry count
EntryCount uint64 `json:"entryCount"`
}
type MigrateStatus struct {
// Type
Type int `json:"type"`