Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RaymondCode/simple-demo
/ UserResponse
Struct
UserResponse
controller/user.go:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
type
UserResponse
struct
{
31
Response
32
User User `json:
"user"
`
33
}
34
35
func
Register(c *gin.Context) {
36
username := c.Query(
"username"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected