Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddHandler ¶
func AddHandler(taskTypeName string, handler asynq.HandlerFunc)
func AddScheduledTask ¶
Types ¶
type Logger ¶
type Logger interface {
Debug(args ...interface{})
Info(args ...interface{})
Warn(args ...interface{})
Error(args ...interface{})
Panic(args ...interface{})
Fatal(args ...interface{})
}
type Otq ¶
type Otq struct {
// contains filtered or unexported fields
}
func (*Otq) AddHandler ¶
func (o *Otq) AddHandler(taskTypeName string, handler asynq.HandlerFunc) *Otq
func (*Otq) AddScheduledTask ¶
Click to show internal directories.
Click to hide internal directories.