(ctx context.Context, msg *Job)
| 136 | |
| 137 | Len(ctx context.Context) (int, error) |
| 138 | AddJob(ctx context.Context, msg *Job) error |
| 139 | ReserveN(ctx context.Context, n int, waitTimeout time.Duration) ([]Job, error) |
| 140 | Release(ctx context.Context, msg *Job) error |
| 141 | Delete(ctx context.Context, msg *Job) error |
no outgoing calls