Chore: Add user service method GetByEmail (#53298)
This commit is contained in:
@@ -9,4 +9,5 @@ type Service interface {
|
||||
Delete(context.Context, *DeleteUserCommand) error
|
||||
GetByID(context.Context, *GetUserByIDQuery) (*User, error)
|
||||
GetByLogin(context.Context, *GetUserByLoginQuery) (*User, error)
|
||||
GetByEmail(context.Context, *GetUserByEmailQuery) (*User, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user