Versions in this module Expand all Collapse all v1 v1.1.2 Sep 22, 2024 v1.1.1 Sep 22, 2024 Changes in this version + var Conf *config.Config + var MYDB *gorm.DB + var REDIS *redis.NeRedis + var Route *gin.Engine + var Serve *http.Server + var WSMAG *ws.WsManager + var WorkLog *worklog.WorkLog + func Cors() gin.HandlerFunc + func HttpServeRun() + func HttpServeStop() + func InitConfig() + func InitHttpServe() + func NewRoute(path string, handlers ...gin.HandlerFunc) *gin.RouterGroup + func RouteInit() + func Run()