Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailSenderHandler ¶
type EmailSenderHandler struct { UserService *services.UserService // contains filtered or unexported fields }
func NewEmailSenderHandler ¶
func NewEmailSenderHandler(log logger.Logger, US *services.UserService) *EmailSenderHandler
func (EmailSenderHandler) SendForgotToken ¶
func (handler EmailSenderHandler) SendForgotToken(ctx context.Context, keys, value string) error
func (EmailSenderHandler) SendVerification ¶
func (handler EmailSenderHandler) SendVerification(ctx context.Context, keys, value string) error
Click to show internal directories.
Click to hide internal directories.