Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
func (*Data) IsValidEmailMask ¶
type Email ¶
type Email struct {
// contains filtered or unexported fields
}
func NewEmailProvider ¶
type HTMLEmailService ¶
type HTMLEmailService struct {
// contains filtered or unexported fields
}
func NewHTMLEmailService ¶
func (*HTMLEmailService) SendVerificationCode ¶
func (es *HTMLEmailService) SendVerificationCode(email string, code string) error
type PlainEmailService ¶
type PlainEmailService struct {
// contains filtered or unexported fields
}
func NewPlainEmailService ¶
func (*PlainEmailService) SendVerificationCode ¶
func (es *PlainEmailService) SendVerificationCode(email string, code string) error
Click to show internal directories.
Click to hide internal directories.