(block uint64)
| 113 | |
| 114 | type Queue interface { |
| 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 | } |
no outgoing calls