basic server config setup, starting to setup echo routes

This commit is contained in:
2020-06-06 17:24:23 -04:00
parent 4104193be3
commit 23dd5090e3
7 changed files with 102 additions and 31 deletions

7
server/engine/engine.go Normal file
View File

@@ -0,0 +1,7 @@
package engine
import "github.com/labstack/echo"
func (server *GVCServer) Info(context echo.Context) {
}