Documentation
¶
Index ¶
- func AddEmailToBrevo(name string, email string)
- func MakeRequest(method, url string, headers map[string]string, body []byte) (*fasthttp.Response, error)
- func SendEmail(user *models.User, emailType EmailTypeChoice, otp *uint, tokenString *string, ...)
- type ContactPayload
- type EmailContext
- type EmailTypeChoice
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddEmailToBrevo ¶
func MakeRequest ¶
Types ¶
type ContactPayload ¶
type EmailTypeChoice ¶
type EmailTypeChoice string
const ( ET_ACTIVATE EmailTypeChoice = "activate" ET_WELCOME EmailTypeChoice = "welcome" ET_RESET EmailTypeChoice = "reset" ET_RESET_SUCC EmailTypeChoice = "reset-success" ET_PAYMENT_SUCC EmailTypeChoice = "payment-succeeded" ET_PAYMENT_FAIL EmailTypeChoice = "payment-failed" ET_PAYMENT_CANCEL EmailTypeChoice = "payment-canceled" ET_SUBSCRIPTION_EXPIRING EmailTypeChoice = "subscription-expiring" ET_SUBSCRIPTION_EXPIRED EmailTypeChoice = "subscription-expired" )
Click to show internal directories.
Click to hide internal directories.