feat: add another things
This commit is contained in:
parent
2f594afaa6
commit
9c2748de15
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user