implement group add/delete routes

This commit is contained in:
2026-03-11 22:12:45 +00:00
parent 322f233718
commit f0f8397d4a
4 changed files with 97 additions and 38 deletions

View File

@@ -15,8 +15,9 @@ import (
)
type Backends struct {
pve *pve.ProxmoxClient
ldap *ldap.LDAPClient
handler string
pve *pve.ProxmoxClient
ldap *ldap.LDAPClient
}
func GetBackendsFromContext(c *gin.Context) (*Backends, int, error) {