Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RoundRobin ¶
type RoundRobin struct {
// contains filtered or unexported fields
}
func NewRoundRobin ¶
func NewRoundRobin(items []interface{}) (*RoundRobin, error)
func (*RoundRobin) Next ¶
func (b *RoundRobin) Next() interface{}
Click to show internal directories.
Click to hide internal directories.