feat: working update

This commit is contained in:
2026-01-31 15:35:39 +01:00
parent 25aa4eb945
commit 43d9e516f3
3 changed files with 162 additions and 12 deletions

View File

@@ -20,6 +20,14 @@ type ReadRequest struct {
TargetConfig json.RawMessage
}
type UpdateRequest struct {
NativeID string
ResourceType string
PriorProperties json.RawMessage
DesiredProperties json.RawMessage
TargetConfig json.RawMessage
}
type StatusLXCGeneral struct {
Status string `json:"status"`
NetIn int `json:"netin"`