Documentation
¶
Index ¶
Constants ¶
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() *RoundRobin
func (*RoundRobin) Add ¶
func (rb *RoundRobin) Add(key string) error
func (*RoundRobin) Del ¶
func (rb *RoundRobin) Del(key string) error
func (*RoundRobin) Get ¶
func (rb *RoundRobin) Get() (string, error)
Click to show internal directories.
Click to hide internal directories.