17 lines
237 B
Go
Executable File
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
|