feat: user_rework (todo -> GetAll)
This commit is contained in:
@@ -48,6 +48,11 @@ func (m *MockUserStore) CreateAndInvite(ctx context.Context, user *User, token s
|
||||
return args.Error(0)
|
||||
}
|
||||
|
||||
func (m *MockUserStore) PasswordResetRequest(ctx context.Context, userID int64, token string, expiration time.Duration) error {
|
||||
args := m.Called(ctx, userID, token, expiration)
|
||||
return args.Error(0)
|
||||
}
|
||||
|
||||
func (m *MockUserStore) Delete(ctx context.Context, id int64) error {
|
||||
args := m.Called(id)
|
||||
return args.Error(0)
|
||||
|
||||
Reference in New Issue
Block a user