feat: add another things

This commit is contained in:
tiglog 2023-08-18 15:23:53 +08:00
parent 2f594afaa6
commit 9c2748de15

View File

@ -10,10 +10,12 @@ package gweb
import "github.com/gin-gonic/gin" import "github.com/gin-gonic/gin"
type Engine = gin.Engine type Engine = gin.Engine
type Context = gin.Context type Context = gin.Context
type H = gin.H type H = gin.H
type HandlerFunc = gin.HandlerFunc
type HandlersChain = gin.HandlersChain
type RouteInfo = gin.RouteInfo
type RoutesInfo = gin.RoutesInfo
const ( const (
ReleaseMode = gin.ReleaseMode ReleaseMode = gin.ReleaseMode