package
1.12.3-warp-verify6
Repository: https://github.com/ava-labs/avalanchego.git
Documentation: pkg.go.dev
# Packages
Package routermock is a generated GoMock package.
# Functions
No description provided by the author
# Structs
ChainRouter routes incoming messages from the validator network to the consensus engines that the messages are intended for.
HealthConfig describes parameters for router health checks.
# Interfaces
ExternalHandler handles messages from external parties.
InboundHandler handles inbound messages.
InternalHandler deals with messages internal to this node.
Router routes consensus messages to the Handler of the consensus engine that the messages are intended for.
# Type aliases
The ExternalRouterFunc type is an adapter to allow the use of ordinary functions as ExternalRouters.