大致流程如下,具体参考 main.go
webserver.InitWithConfigFile(path/to/configfile)
app := webserver.NewGinEngine(nil)
webserver.Run(app)