MCPcopy Create free account
hub / github.com/RaymondCode/simple-demo / UserListResponse

Struct UserListResponse

controller/relation.go:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type UserListResponse struct {
9 Response
10 UserList []User `json:"user_list"`
11}
12
13// RelationAction no practical effect, just check if token is valid
14func RelationAction(c *gin.Context) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected