[feature] Merged with api-prototype
This commit is contained in:
9
internal/app/definition/auth.go
Normal file
9
internal/app/definition/auth.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package definition
|
||||
|
||||
type AuthLoginRequest struct {
|
||||
Username string `json:"username"`
|
||||
Password string `json:"password"`
|
||||
}
|
||||
|
||||
type AuthLoginResponse struct {
|
||||
}
|
||||
Reference in New Issue
Block a user