Files
oc-catalog/main.go
2026-02-03 16:19:00 +01:00

17 lines
237 B
Go
Executable File

package main
import (
_ "oc-catalog/routers"
oclib "cloud.o-forge.io/core/oc-lib"
)
const appname = "oc-catalog"
func main() {
// Init the oc-lib
oclib.InitAPI(appname)
}
// TODO VERIFY IF LOOP OF GET VALUE is ENOUGH TO REFRESH