Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSafeWriter ¶
func NewSafeWriter(w ggio.WriteCloser) *safeWriter
Types ¶
type RoundRobin ¶
type RoundRobin struct {
// contains filtered or unexported fields
}
func NewRoundRobin ¶
func NewRoundRobin(deepEqual bool) *RoundRobin
func (*RoundRobin) Append ¶
func (r *RoundRobin) Append(v interface{})
func (*RoundRobin) Len ¶
func (r *RoundRobin) Len() int
func (*RoundRobin) Next ¶
func (r *RoundRobin) Next() interface{}
func (*RoundRobin) Remove ¶
func (r *RoundRobin) Remove(v interface{}) bool
Click to show internal directories.
Click to hide internal directories.