diff options
Diffstat (limited to 'api/dto/users.go')
| -rw-r--r-- | api/dto/users.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/api/dto/users.go b/api/dto/users.go index 685fa07..5fb269f 100644 --- a/api/dto/users.go +++ b/api/dto/users.go @@ -8,13 +8,3 @@ type RegisterRequest struct { type RegisterResponse struct { ID int32 `json:"id"` } - -type LoginRequest struct { - Username string `json:"username" validate:"required"` - Password string `json:"password" validate:"required"` -} - -type LoginResponse struct { - ID int32 `json:"id"` - Username string `json:"username"` -} |
