github.com/bigzoro/my_simplechain@v0.0.0-20240315012955-8ad0a2a29bb9/consensus/raft/context.go (about) 1 package raft 2 3 import "github.com/eapache/channels" 4 5 type SealContext struct { 6 InvalidRaftOrderingChan chan InvalidRaftOrdering 7 SpeculativeChain *SpeculativeChain 8 ShouldMine *channels.RingChannel 9 }