Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeHash ¶
type NodeHash struct {
// contains filtered or unexported fields
}
func NewNodeHash ¶
func NewNodeHash(onUpdateFunc OnUpdateFunc) *NodeHash
type NodeKeyChangeFunc ¶
type NodeKeyChangeFunc func(oldNode, newNode *Node)
type OnUpdateFunc ¶
type OnUpdateFunc func() (chan []string, NodeKeyChangeFunc)
Click to show internal directories.
Click to hide internal directories.