fix: discovery problems solved
Some checks failed
CI / build (push) Failing after 3m34s
CI / lint (push) Failing after 3m15s
CI / pkl-validate (push) Successful in 17s
CI / integration-tests (push) Has been skipped
CI / conformance-tests (latest) (push) Has been skipped

This commit is contained in:
2026-01-31 18:59:03 +01:00
parent bdeb81ffe9
commit e9de9aa036
4 changed files with 4 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ type LXCProperties struct {
VMID string `json:"vmid"`
Hostname string `json:"hostname"`
Description string `json:"description,omitempty"`
OSTemplate string `json:"ostemplate"`
OSTemplate string `json:"ostemplate,omitempty"`
}
type ReadRequest struct {