Versions in this module Expand all Collapse all v1 v1.1.1 Dec 18, 2024 Changes in this version + type Beacon interface + ID func() ids.NodeID + IP func() ips.IPPort + func New(id ids.NodeID, ip ips.IPPort) Beacon + type Set interface + Add func(Beacon) error + IDsArg func() string + IPsArg func() string + Len func() int + RemoveByID func(ids.NodeID) error + RemoveByIP func(ips.IPPort) error + func NewSet() Set