Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface {
Handle(srv ab.AtomicBroadcast_DeliverServer) error
}
Handler defines an interface which handles Deliver requests
func NewHandlerImpl ¶
func NewHandlerImpl(sm SupportManager) Handler
NewHandlerImpl creates an implementation of the Handler interface
type Support ¶
type Support interface { // PolicyManager returns the current policy manager as specified by the chain configuration PolicyManager() policies.Manager // Reader returns the chain Reader for the chain Reader() ledger.Reader }
Support provides the backing resources needed to support deliver on a chain
type SupportManager ¶
SupportManager provides a way for the Handler to look up the Support for a chain
Click to show internal directories.
Click to hide internal directories.