add
This commit is contained in:
11
trading_assistant_api/services/user/internal/model/types.go
Normal file
11
trading_assistant_api/services/user/internal/model/types.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package model
|
||||
|
||||
type RegisterReq struct {
|
||||
Account string `json:"account"`
|
||||
Password string `json:"password"`
|
||||
}
|
||||
|
||||
type LoginReq struct {
|
||||
Account string `json:"account"`
|
||||
Password string `json:"password"`
|
||||
}
|
||||
Reference in New Issue
Block a user