mirror of
https://github.com/FJurmanovic/wallet-go-api.git
synced 2026-02-06 06:08:16 +00:00
fix user login and register
This commit is contained in:
@@ -5,6 +5,7 @@ import "wallet-api/pkg/model"
|
||||
type UserFilter struct {
|
||||
model.Params
|
||||
BaseFilter
|
||||
Email string
|
||||
}
|
||||
|
||||
func NewUserFilter(params model.Params) *UserFilter {
|
||||
|
||||
Reference in New Issue
Block a user