Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoadBalancer ¶
type LoadBalancer interface {
Next() string
}
type RoundRobinLB ¶
type RoundRobinLB struct { Endpoints []string // contains filtered or unexported fields }
func NewRoundRobinLB ¶
func NewRoundRobinLB(endpoints []string) *RoundRobinLB
func (*RoundRobinLB) Next ¶
func (lb *RoundRobinLB) Next() string
Click to show internal directories.
Click to hide internal directories.