Chore: Remove GetUserByEmail and GetUserByLogin from sqlstore (#55903)
* Chore: Remove GetUserByEmail and GetUserByLogin from sqlstore Rename GetUserProfile to GetProfile * Fix lint * Skip test for mysql * Add missing method to sqlstore mock
This commit is contained in:
@@ -21,5 +21,5 @@ type Service interface {
|
||||
BatchDisableUsers(context.Context, *BatchDisableUsersCommand) error
|
||||
UpdatePermissions(int64, bool) error
|
||||
SetUserHelpFlag(context.Context, *SetUserHelpFlagCommand) error
|
||||
GetUserProfile(context.Context, *GetUserProfileQuery) (UserProfileDTO, error)
|
||||
GetProfile(context.Context, *GetUserProfileQuery) (UserProfileDTO, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user