Documentation
¶
Index ¶
- type MockChangePasswordUseCase
- type MockRequestEmailChangeUseCase
- type MockRequestPasswordResetUseCase
- type MockSendEmailVerificationUseCase
- type MockSignInUseCase
- func (m *MockSignInUseCase) GetSessionByID(ctx context.Context, sessionID string) (*models.Session, error)
- func (m *MockSignInUseCase) GetUserByID(ctx context.Context, userID string) (*models.User, error)
- func (m *MockSignInUseCase) SignIn(ctx context.Context, email string, password string, callbackURL *string, ...) (*types.SignInResult, error)
- type MockSignUpUseCase
- type MockVerifyEmailUseCase
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockChangePasswordUseCase ¶
func (*MockChangePasswordUseCase) ChangePassword ¶
type MockRequestEmailChangeUseCase ¶
func (*MockRequestEmailChangeUseCase) RequestChange ¶
type MockRequestPasswordResetUseCase ¶
func (*MockRequestPasswordResetUseCase) RequestReset ¶
type MockSignInUseCase ¶
func (*MockSignInUseCase) GetSessionByID ¶
func (*MockSignInUseCase) GetUserByID ¶
type MockSignUpUseCase ¶
type MockVerifyEmailUseCase ¶
func (*MockVerifyEmailUseCase) VerifyEmail ¶
func (m *MockVerifyEmailUseCase) VerifyEmail(ctx context.Context, tokenStr string) (models.VerificationType, error)
Click to show internal directories.
Click to hide internal directories.