minor refactoring
tronnet/workflows: Static Analysis -- Golang / static-go (push) Successful in 13s

This commit is contained in:
alu
2026-08-31 20:32:45 +00:00
parent 8b9c8c14d5
commit 30a4264bb1
8 changed files with 80 additions and 63 deletions
+3 -8
View File
@@ -7,14 +7,9 @@ import (
)
type PVEConfig struct {
URL string `json:"url"`
Token struct {
User string `json:"user"`
Realm string `json:"realm"`
ID string `json:"id"`
UUID string `json:"uuid"`
} `json:"token"`
PAASClientRole string `json:"paas-client-role"`
URL string `json:"url"`
Token PVEAPIToken `json:"token"`
PAASClientRole string `json:"paas-client-role"`
}
type LDAPConfig struct {