Restructurization
This commit is contained in:
10
identity/dto/dto.go
Normal file
10
identity/dto/dto.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package identity
|
||||
|
||||
type AuthLoginRequestDTO struct {
|
||||
Username string `json:"username"`
|
||||
Password string `json:"password"`
|
||||
}
|
||||
|
||||
type AuthLoginResponseDTO struct {
|
||||
Token string `json:"jwt_token"`
|
||||
}
|
||||
Reference in New Issue
Block a user