Versions in this module Expand all Collapse all v0 v0.1.0 May 30, 2024 Changes in this version + func New(info loadbalance.SetInfo) loadbalance.Set + type Set struct + func (s *Set) Add(item interface{}, weigth float64, info loadbalance.SetInfo) + func (s *Set) Next() (interface{}, func(balancer.DoneInfo)) + func (s *Set) Reset()