fix issue with user realm sync and insufficient permissions using priviledge escalation
tronnet/workflows: Static Analysis -- Golang / static-go (push) Failing after 39s

This commit is contained in:
alu
2026-08-31 18:48:48 +00:00
parent aabefd64df
commit 56836d5c2f
4 changed files with 98 additions and 82 deletions
+5
View File
@@ -2,6 +2,11 @@ package app
import paas "proxmoxaas-common-lib"
type Realm struct {
Type string
Config any
}
type Backend interface {
NewPool(poolname string, pool Pool) (int, error)
ModPool(poolname string, pool Pool) (int, error)