Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Send ¶
func Send(payload models.EmailPayload, emailer IEmailer)
Types ¶
type Email ¶
type Email struct { IEmailer IEmailer // contains filtered or unexported fields }
var EmailInit Email
type IEmailer ¶
type IEmailer interface {
Send(payload models.EmailPayload, email Email)
}
func LoadEmailer ¶
func LoadEmailer(payload models.EmailPayload) IEmailer
Click to show internal directories.
Click to hide internal directories.