Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct { Addr string Weight *int64 Ver string Name string Met map[string]interface{} Attributes *attributes.Attributes }
Node is slector node
func (*Node) GetAttr ¶
func (n *Node) GetAttr() *attributes.Attributes
func (*Node) InitialWeight ¶
InitialWeight is node initialWeight
Click to show internal directories.
Click to hide internal directories.