Versions in this module Expand all Collapse all v0 v0.2.1 Aug 15, 2017 v0.2.0 Jun 18, 2017 Changes in this version + const IM_QUEUE_NAME + const MAIL_QUEUE_NAME + const SMS_QUEUE_NAME + 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)