feat: working delete

This commit is contained in:
2026-01-31 15:53:21 +01:00
parent 43d9e516f3
commit 93afeeb678
3 changed files with 123 additions and 11 deletions

View File

@@ -28,6 +28,12 @@ type UpdateRequest struct {
TargetConfig json.RawMessage
}
type DeleteRequest struct {
NativeID string
ResourceType string
TargetConfig json.RawMessage
}
type StatusLXCGeneral struct {
Status string `json:"status"`
NetIn int `json:"netin"`