Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AmazonSESService ¶
type AmazonSESService interface { SendMailVendor }
AmazonSESService is mail service for Amazon SES
func NewAmazonSESService ¶
func NewAmazonSESService(config *config.Config) AmazonSESService
NewAmazonSESService is factory method of AmazonSESService
type SendGridService ¶
type SendGridService interface { SendMailVendor }
SendGridService is mail service for SendGrid
func NewSendGridService ¶
func NewSendGridService(config *config.Config) SendGridService
NewSendGridService is factory method of SendGridService
type SendMailVendor ¶
SendMailVendor is interface of mail vendor
Click to show internal directories.
Click to hide internal directories.