Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/260721735/ginRouteAutoRegister
/ functions
Functions
15 in github.com/260721735/ginRouteAutoRegister
⨍
Functions
15
◇
Types & classes
1
↓ 1 callers
Function
GinAutoRoute
(engine *gin.Engine, relativePath string, controller interface{})
GinMVC.go:20
↓ 1 callers
Function
NewHelloController
()
demo/controller/hello_controller.go:11
↓ 1 callers
Function
Route
(engine *gin.Engine)
demo/route/route.go:32
↓ 1 callers
Function
ginAutoHand
(controller interface{})
GinMVC.go:30
Method
DeleteTest
(c *gin.Context)
demo/controller/hello_controller.go:38
Function
GetTest
(c *gin.Context)
demo/controller/hello_controller.go:60
Method
GetTest
(c *gin.Context)
demo/controller/hello_controller.go:14
Method
GetTestBAD1
(c *gin.Context, a string)
demo/controller/hello_controller.go:21
Method
GetTestBAD2
()
demo/controller/hello_controller.go:28
Function
Options
(c *gin.Context)
demo/route/route.go:10
Method
OptionsTest
(c *gin.Context)
demo/controller/hello_controller.go:53
Method
PostTest
(c *gin.Context)
demo/controller/hello_controller.go:31
Method
PutTest
(c *gin.Context)
demo/controller/hello_controller.go:45
Function
Secure
(c *gin.Context)
demo/route/route.go:23
Function
main
()
demo/main.go:14