Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IterateFunc ¶
type IterateFunc func(key interface{}, value interface{})
type PriorityMap ¶
type PriorityMap interface {
Set(key interface{}, value interface{}, priority uint)
Get(key interface{}) (interface{}, bool)
Delete(key interface{})
Iterate(iterateFunc IterateFunc)
}
func Make ¶
func Make() PriorityMap
Click to show internal directories.
Click to hide internal directories.