Versions in this module Expand all Collapse all v1 v1.0.1 Apr 15, 2024 v1.0.0 Apr 15, 2024 Changes in this version + const Name + func New(opts ...Option) selector.Selector + func NewBuilder(opts ...Option) selector.Builder + type Balancer struct + func (s *Balancer) Pick(ctx context.Context, nodes []selector.WeightedNode) (selector.WeightedNode, selector.DoneFunc, error) + type Builder struct + func (b *Builder) Build() selector.Balancer + type Option func(o *options)