github.com/onflow/flow-go@v0.35.7-crescendo-preview.23-atree-inlining/module/mempool/consensus/mock/mock_actor.go (about)

     1  package mock
     2  
     3  import "github.com/onflow/flow-go/model/flow"
     4  
     5  // ExecForkActor allows to create a mock for the ExecForkActor callback
     6  type ExecForkActor interface {
     7  	OnExecFork([]*flow.IncorporatedResultSeal)
     8  }