(ctx context.Context, workers []ProcessFunc)
| 115 | UpdateBlock(block uint64) error |
| 116 | Push(ctx context.Context, data []byte, highPriority bool, minTargetBlock, maxTargetBlock uint64) error |
| 117 | StartProcessLoop(ctx context.Context, workers []ProcessFunc) *sync.WaitGroup |
| 118 | } |
| 119 | |
| 120 | // RedisQueueConfig is the configuration for RedisQueue. |
no outgoing calls