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