Versions in this module Expand all Collapse all v2 v2.2.1 Apr 12, 2022 Changes in this version + type Builder struct + ErrHandler func(err error) (isErr bool) + func (b *Builder) Build(n selector.Node) selector.WeightedNode + type Node struct + func (n *Node) Pick() selector.DoneFunc + func (n *Node) PickElapsed() time.Duration + func (n *Node) Raw() selector.Node + func (n *Node) Weight() (weight float64)