fix: add status
Some checks failed
CI / build (push) Failing after 4m37s
CI / lint (push) Failing after 3m39s
CI / pkl-validate (push) Successful in 24s
CI / integration-tests (push) Has been skipped
CI / conformance-tests (latest) (push) Has been skipped

This commit is contained in:
2026-02-05 18:36:53 +01:00
parent 417c304f2d
commit 638e9f42d5
3 changed files with 94 additions and 9 deletions

View File

@@ -78,3 +78,7 @@ type StatusLXCConfig struct {
type StatusLXCConfigResponse struct {
Data StatusLXCConfig `json:"data"`
}
type ProxmoxDataResponse struct {
Data string `json:"data"`
}