github.com/arieschain/arieschain@v0.0.0-20191023063405-37c074544356/consensus/bft/core/events.go (about)

     1  package core
     2  
     3  import (
     4  	"github.com/quickchainproject/quickchain/consensus/bft"
     5  )
     6  
     7  type backlogEvent struct {
     8  	src bft.Validator
     9  	msg *message
    10  }
    11  
    12  type timeoutEvent struct{}