Versions in this module Expand all Collapse all v0 v0.0.4 Jul 25, 2021 Changes in this version + var DebugLogEnable = true + func DisableDebugLog() + func RegisterRouter(router *gin.Engine, apiInstanceList ...interface{}) error + type IApi interface + GetHandler func() gin.HandlerFunc + GetMethod func() string + GetMiddleWareList func() []gin.HandlerFunc + GetURI func() string + type RouterFunc func() (method string, uri string, handlerFunc gin.HandlerFunc, ...)