| 16 | } |
| 17 | |
| 18 | type ChangeReq struct { |
| 19 | Username string `json:"username"` |
| 20 | Password string `json:"password"` |
| 21 | NewPassword string `json:"newPassword"` |
| 22 | ConfirmPassword string `json:"confirmPassword"` |
| 23 | } |
| 24 | |
| 25 | type UsernameReq struct { |
| 26 | Username string `json:"username"` |
nothing calls this directly
no outgoing calls
no test coverage detected