Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrServersNotExists = errors.New("servers dose not exist")
ErrServersNotExists is the error that servers dose not exists
Functions ¶
This section is empty.
Types ¶
type RoundRobin ¶
type RoundRobin interface {
Next() string
}
RoundRobin represents base round-robin interface
Click to show internal directories.
Click to hide internal directories.