Documentation ¶
Index ¶
- Constants
- func PopAllIM() []*model.IM
- func PopAllMail() []*model.Mail
- func PopAllSms() []*model.Sms
- func WriteIM(tos []string, content string)
- func WriteIMModel(im *model.IM)
- func WriteMail(tos []string, subject, content string)
- func WriteMailModel(mail *model.Mail)
- func WriteSms(tos []string, content string)
- func WriteSmsModel(sms *model.Sms)
Constants ¶
View Source
const ( IM_QUEUE_NAME = "/im" SMS_QUEUE_NAME = "/sms" MAIL_QUEUE_NAME = "/mail" )
Variables ¶
This section is empty.
Functions ¶
func PopAllMail ¶
func WriteIMModel ¶
func WriteMailModel ¶
func WriteSmsModel ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.