services

package
v1.25.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 22, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ServiceHookExecutor

type ServiceHookExecutor struct {
	// contains filtered or unexported fields
}

func (*ServiceHookExecutor) AfterChangePassword

func (e *ServiceHookExecutor) AfterChangePassword(ctx context.Context, user *models.User) error

func (*ServiceHookExecutor) AfterEmailChanged

func (e *ServiceHookExecutor) AfterEmailChanged(ctx context.Context, user *models.User, oldEmail, newEmail string) error

func (*ServiceHookExecutor) AfterSignIn

func (e *ServiceHookExecutor) AfterSignIn(ctx context.Context, result *types.SignInResult) error

func (*ServiceHookExecutor) AfterSignUp

func (e *ServiceHookExecutor) AfterSignUp(ctx context.Context, result *types.SignUpResult) error

func (*ServiceHookExecutor) AfterVerifyEmail

func (e *ServiceHookExecutor) AfterVerifyEmail(ctx context.Context, user *models.User, verificationType models.VerificationType) error

func (*ServiceHookExecutor) BeforeChangePassword

func (e *ServiceHookExecutor) BeforeChangePassword(ctx context.Context, user *models.User, newPassword string) error

func (*ServiceHookExecutor) BeforeRequestEmailChange

func (e *ServiceHookExecutor) BeforeRequestEmailChange(ctx context.Context, user *models.User) error

func (*ServiceHookExecutor) BeforeRequestPasswordReset

func (e *ServiceHookExecutor) BeforeRequestPasswordReset(ctx context.Context, user *models.User) error

func (*ServiceHookExecutor) BeforeSignIn

func (e *ServiceHookExecutor) BeforeSignIn(ctx context.Context, user *models.User) error

func (*ServiceHookExecutor) BeforeSignUp

func (e *ServiceHookExecutor) BeforeSignUp(ctx context.Context, user *models.User) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL