Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Apns ¶
type Apns interface {
Send(model.ApnsMessageInfo) (err error)
}
type Mail ¶
type Mail interface {
Send(model.MailMessageInfo) (err error)
}
type Sms ¶
type Sms interface {
Send(model.SmsMessageInfo) (err error)
}
type TaskExecutor ¶
type TaskExecutor interface {
Execute(task model.MessageTask) (err error)
}
Click to show internal directories.
Click to hide internal directories.