Versions in this module Expand all Collapse all v1 v1.0.1 Apr 15, 2024 Changes in this version + type Balancer struct + func New() *Balancer + func (b *Balancer) Pick(ctx context.Context) (node *registry.ServiceInstance, done func(context.Context, balancer.DoneInfo), ...) + func (b *Balancer) Update(nodes []*registry.ServiceInstance)