Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SendVerificationMail ¶
func SendVerificationMail(w http.ResponseWriter, r *http.Request)
Types ¶
type VerificationMailReq ¶
type VerificationMailReq struct {
Email string
}
type VerificationMailRes ¶
type VerificationMailRes struct {
EmailSent bool
}
Click to show internal directories.
Click to hide internal directories.