Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IReceiveSMSDAO ¶
IReceiveSMSDAO interface of receive sms dao
var ReceiveSMSDAO IReceiveSMSDAO = &receiveSMSDAO{}
ReceiveSMSDAO instance of receive sms dao
type ISendSMSDAO ¶
type ISendSMSDAO interface { SelectNotSend() ([]*models.SendSMS, error) Save(alias string, isdn uint64, content string, duration time.Duration) error Update(id uint64, submitStatus byte, msgID int64) error }
ISendSMSDAO send sms dao interface
var SendSMSDAO ISendSMSDAO = &sendSMSDAO{}
SendSMSDAO instance of send sms dao
Click to show internal directories.
Click to hide internal directories.