Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/260721735/ginRouteAutoRegister
/ GetTest
Function
GetTest
demo/controller/hello_controller.go:60–66 ·
view source on GitHub ↗
(c *gin.Context)
Source
from the content-addressed store, hash-verified
58
})
59
}
60
func
GetTest(c *gin.Context) {
61
c.JSON(http.StatusOK, gin.H{
62
"code"
: 0,
63
"msg"
:
"GetTest"
,
64
"data"
: nil,
65
})
66
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected