Esempio n. 1
0
// Main is where you should initialize everything you need for your app to run
func Main() {
	base.Initialize()

	log.Debug("Registration complete")
	base.ServeEndpoints(setupMiddleware(), base.Endpoints())
}
Esempio n. 2
0
func InitTest() {
	base.Initialize()
}