Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailResponse ¶
type SendMailer ¶
type SendMailer interface {
SendResetPassword(string, string, string, string, string) (*EmailResponse, error)
}
var (
SendMail SendMailer = &sendMail{} //this is useful when we start testing
)
Click to show internal directories.
Click to hide internal directories.