diff --git a/gweb/wrapper.go b/gweb/wrapper.go index a9cf1e6..769cc02 100644 --- a/gweb/wrapper.go +++ b/gweb/wrapper.go @@ -10,10 +10,12 @@ package gweb import "github.com/gin-gonic/gin" type Engine = gin.Engine - type Context = gin.Context - type H = gin.H +type HandlerFunc = gin.HandlerFunc +type HandlersChain = gin.HandlersChain +type RouteInfo = gin.RouteInfo +type RoutesInfo = gin.RoutesInfo const ( ReleaseMode = gin.ReleaseMode