dao

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2018 License: MIT, Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BindDAO

func BindDAO(conf *config.Database) error

BindDAO init dao

Types

type IReceiveSMSDAO

type IReceiveSMSDAO interface {
	SaveReceiveSMS(isdn uint64, content string) error
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL