Versions in this module Expand all Collapse all v0 v0.1.0 Apr 19, 2024 Changes in this version + type Node struct + Address string + Bandwidth float32 + Delay float32 + Metadata *pb.ServiceMetadata + MetadataRaw string + type Nodes []*Node + func (fs Nodes) Len() int + func (fs Nodes) Swap(i, j int) + type SortByBandwidth struct + func (s SortByBandwidth) Less(i, j int) bool + type SortByDelay struct + func (s SortByDelay) Less(i, j int) bool