Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backends ¶
func NewRoundRobin ¶
type RoundRobin ¶
type RoundRobin struct {
// contains filtered or unexported fields
}
func (*RoundRobin) Add ¶
func (rr *RoundRobin) Add(s string)
func (*RoundRobin) Choose ¶
func (rr *RoundRobin) Choose() Backend
func (*RoundRobin) Len ¶
func (rr *RoundRobin) Len() int
func (*RoundRobin) Remove ¶
func (rr *RoundRobin) Remove(s string)
Click to show internal directories.
Click to hide internal directories.