rewrite api in go/gin

This commit is contained in:
2024-06-18 21:23:22 +00:00
parent cb4a3e4031
commit a5d01e3bed
12 changed files with 768 additions and 710 deletions

9
proxmoxaas-ldap.go Normal file
View File

@@ -0,0 +1,9 @@
package main
import (
app "proxmoxaas-ldap/app"
)
func main() {
app.Run()
}