Versions in this module Expand all Collapse all v1 v1.41.0 Sep 6, 2021 Changes in this version + type Aggregator struct + func New(cc balancer.ClientConn, logger *grpclog.PrefixLogger, newWRR func() wrr.WRR) *Aggregator + func (wbsa *Aggregator) Add(id string, weight uint32) + func (wbsa *Aggregator) BuildAndUpdate() + func (wbsa *Aggregator) Remove(id string) + func (wbsa *Aggregator) Start() + func (wbsa *Aggregator) Stop() + func (wbsa *Aggregator) UpdateState(id string, newState balancer.State) + func (wbsa *Aggregator) UpdateWeight(id string, newWeight uint32)