Documentation ¶
Index ¶
Constants ¶
View Source
const (
SendMessageTypeEmail = "email"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SendMessage ¶
type SendMessage struct { Type string // message type To string // message receiver Title string // message title Body string // message body }
func (*SendMessage) Concurency ¶
func (self *SendMessage) Concurency() int
func (*SendMessage) Exec ¶
func (self *SendMessage) Exec(workerID uint64) (err error)
func (*SendMessage) New ¶
func (self *SendMessage) New() tasker.MsgQ
func (*SendMessage) SendEmail ¶
func (self *SendMessage) SendEmail() error
func (*SendMessage) TaskSpec ¶
func (self *SendMessage) TaskSpec() string
func (*SendMessage) Topic ¶
func (self *SendMessage) Topic() string
Click to show internal directories.
Click to hide internal directories.