Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SendEmailWorker ¶
type SendEmailWorker struct {
// contains filtered or unexported fields
}
func NewSendEmailWorker ¶
func NewSendEmailWorker(config *env.Smtp) *SendEmailWorker
type SendSmsWorker ¶
type SendSmsWorker struct {
// contains filtered or unexported fields
}
func NewSendSmsWorker ¶
func NewSendSmsWorker(config *env.Twilio) *SendSmsWorker
Click to show internal directories.
Click to hide internal directories.