Documentation ¶
Index ¶
- type Queue
- func (l *Queue) Append(key string, data interface{})
- func (l *Queue) Clear()
- func (l *Queue) Filter(filter func(key string, value interface{}) bool)
- func (l *Queue) Shift() (key string, data interface{})
- func (l *Queue) Size() int
- func (l *Queue) Traverse(handler func(key string, value interface{}) bool)
- func (l *Queue) UnShift(key string, data interface{})
- type UniqueList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Queue ¶
type Queue struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.