Versions in this module Expand all Collapse all v0 v0.1.0 Mar 12, 2020 Changes in this version + const ErrDuplicateKey + const ErrEmpty + const ErrNotFound + type Balancer interface + Add func(Key string) error + Del func(Key string) error + Get func() (string, error) + type RoundRobin struct + func NewRoundRobin() *RoundRobin + func (rb *RoundRobin) Add(key string) error + func (rb *RoundRobin) Del(key string) error + func (rb *RoundRobin) Get() (string, error)