Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RedisJob ¶
type RedisJob struct {
// contains filtered or unexported fields
}
RedisJob is a job wrapper to wrap the job.Interface to the style which can be recognized by the redis worker.
func NewRedisJob ¶
func NewRedisJob(job interface{}, ctx *env.Context, ctl lcm.Controller) *RedisJob
NewRedisJob is constructor of RedisJob
Click to show internal directories.
Click to hide internal directories.