Chore: Add user service method Update (#53300)
* Chore: Add user service method Update * Remove UpdateUser from store interface
This commit is contained in:
@@ -10,4 +10,5 @@ type Service interface {
|
||||
GetByID(context.Context, *GetUserByIDQuery) (*User, error)
|
||||
GetByLogin(context.Context, *GetUserByLoginQuery) (*User, error)
|
||||
GetByEmail(context.Context, *GetUserByEmailQuery) (*User, error)
|
||||
Update(context.Context, *UpdateUserCommand) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user