Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoURLs = errors.New("no urls available")
Functions ¶
This section is empty.
Types ¶
type RoundRobin ¶
type RoundRobin struct {
// contains filtered or unexported fields
}
func New ¶
func New(urls []*url.URL) *RoundRobin
func (*RoundRobin) Length ¶
func (r *RoundRobin) Length() int
Click to show internal directories.
Click to hide internal directories.