Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface { common.Daemon Health(context.Context) (*types.HealthStatus, error) GetShardOwner(context.Context, *types.GetShardOwnerRequest) (*types.GetShardOwnerResponse, error) }
Handler is the interface for shard distributor handler
func NewHandler ¶
func NewHandler( logger log.Logger, metricsClient metrics.Client, matchingPeerResolver matching.PeerResolver, historyPeerResolver history.PeerResolver, ) Handler
Click to show internal directories.
Click to hide internal directories.