MCPcopy 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
30type UserResponse struct {
31 Response
32 User User `json:"user"`
33}
34
35func Register(c *gin.Context) {
36 username := c.Query("username")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected