Versions in this module Expand all Collapse all v1 v1.8.4 Feb 22, 2022 v1.8.3 Feb 22, 2022 Changes in this version + type EventDispatcher struct + func (ed *EventDispatcher) Accept(ctx *snow.ConsensusContext, containerID ids.ID, container []byte) error + func (ed *EventDispatcher) Deregister(identifier string) error + func (ed *EventDispatcher) DeregisterChain(chainID ids.ID, identifier string) error + func (ed *EventDispatcher) Initialize(log logging.Logger) + func (ed *EventDispatcher) Issue(ctx *snow.ConsensusContext, containerID ids.ID, container []byte) error + func (ed *EventDispatcher) Register(identifier string, handler interface{}) error + func (ed *EventDispatcher) RegisterChain(chainID ids.ID, identifier string, handlerFunc interface{}, dieOnError bool) error + func (ed *EventDispatcher) Reject(ctx *snow.ConsensusContext, containerID ids.ID, container []byte) error