Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompareSlices ¶
Types ¶
type AtomicBool ¶
type AtomicBool struct {
// contains filtered or unexported fields
}
func NewAtomicBool ¶
func NewAtomicBool(init bool) *AtomicBool
func (*AtomicBool) Get ¶
func (b *AtomicBool) Get() bool
func (*AtomicBool) Set ¶
func (b *AtomicBool) Set(value bool)
type RoundRobinStrings ¶
type RoundRobinStrings struct {
// contains filtered or unexported fields
}
func NewRoundRobinStrings ¶
func NewRoundRobinStrings(strings []string) *RoundRobinStrings
func (*RoundRobinStrings) Get ¶
func (u *RoundRobinStrings) Get() string
func (*RoundRobinStrings) Update ¶
func (u *RoundRobinStrings) Update(strings []string)
Click to show internal directories.
Click to hide internal directories.