Versions in this module Expand all Collapse all v0 v0.1.0 Jun 7, 2016 Changes in this version + var ErrNoEndpoints = errors.New("no endpoints available") + func Retry(max int, timeout time.Duration, b Balancer) endpoint.Endpoint + type Balancer interface + Endpoint func() (endpoint.Endpoint, error) + func NewRandom(s sd.Subscriber, seed int64) Balancer + func NewRoundRobin(s sd.Subscriber) Balancer