Datacenter Update to Ws

This commit is contained in:
mr
2026-04-09 07:49:35 +02:00
parent c87245e83f
commit 74919994c2
20 changed files with 633 additions and 922 deletions

View File

@@ -3,6 +3,7 @@ package main
import (
"oc-datacenter/conf"
"oc-datacenter/infrastructure"
"oc-datacenter/infrastructure/nats"
_ "oc-datacenter/routers"
oclib "cloud.o-forge.io/core/oc-lib"
@@ -30,9 +31,9 @@ func main() {
infrastructure.BootstrapAllowedImages()
go infrastructure.ListenNATS()
go nats.ListenNATS()
go infrastructure.WatchBookings()
go infrastructure.WatchInfra()
go infrastructure.Watch()
beego.Run()
}