Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
func (*Config) WithMaxSize ¶
type Node ¶
type Node struct {
// user data
Cache *Cache
// tree will set the value below after the node added in.
Name string
Tree *Tree
Childs *util.ConcurrentMap
Level int
}
func (*Node) ChildNodes ¶
Click to show internal directories.
Click to hide internal directories.