Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeGetter ¶
type NodePicker ¶
type NodePicker interface { // Find the corresponding node through the key query PickNode(key string) (peer NodeGetter, ok bool) }
Click to show internal directories.
Click to hide internal directories.