Versions in this module Expand all Collapse all v1 v1.0.1 Sep 3, 2022 Changes in this version + const Name + func New(opts ...Option) selector2.Selector + func NewBuilder(opts ...Option) selector2.Builder + type Balancer struct + func (p *Balancer) Pick(_ context.Context, nodes []selector2.WeightedNode) (selector2.WeightedNode, selector2.DoneFunc, error) + type Builder struct + func (b *Builder) Build() selector2.Balancer + type Option func(o *options)