| 22 | var userIdSequence = int64(1) |
| 23 | |
| 24 | type UserLoginResponse struct { |
| 25 | Response |
| 26 | UserId int64 `json:"user_id,omitempty"` |
| 27 | Token string `json:"token"` |
| 28 | } |
| 29 | |
| 30 | type UserResponse struct { |
| 31 | Response |
nothing calls this directly
no outgoing calls
no test coverage detected