Versions in this module Expand all Collapse all v0 v0.1.0 Apr 19, 2020 Changes in this version + type Handler struct + func (h *Handler) Accepted(validatorID ids.ShortID, requestID uint32, containerIDs ids.Set) + func (h *Handler) AcceptedFrontier(validatorID ids.ShortID, requestID uint32, containerIDs ids.Set) + func (h *Handler) Chits(validatorID ids.ShortID, requestID uint32, votes ids.Set) + func (h *Handler) Context() *snow.Context + func (h *Handler) Dispatch() + func (h *Handler) Get(validatorID ids.ShortID, requestID uint32, containerID ids.ID) + func (h *Handler) GetAccepted(validatorID ids.ShortID, requestID uint32, containerIDs ids.Set) + func (h *Handler) GetAcceptedFailed(validatorID ids.ShortID, requestID uint32) + func (h *Handler) GetAcceptedFrontier(validatorID ids.ShortID, requestID uint32) + func (h *Handler) GetAcceptedFrontierFailed(validatorID ids.ShortID, requestID uint32) + func (h *Handler) GetFailed(validatorID ids.ShortID, requestID uint32, containerID ids.ID) + func (h *Handler) Initialize(engine common.Engine, msgChan <-chan common.Message, bufferSize int) + func (h *Handler) Notify(msg common.Message) + func (h *Handler) PullQuery(validatorID ids.ShortID, requestID uint32, blockID ids.ID) + func (h *Handler) PushQuery(validatorID ids.ShortID, requestID uint32, blockID ids.ID, block []byte) + func (h *Handler) Put(validatorID ids.ShortID, requestID uint32, containerID ids.ID, ...) + func (h *Handler) QueryFailed(validatorID ids.ShortID, requestID uint32) + func (h *Handler) Shutdown()