Versions in this module Expand all Collapse all v1 v1.2.10 Dec 12, 2025 Changes in this version + type Beacon interface + ID func() ids.NodeID + IP func() netip.AddrPort + func New(id ids.NodeID, ip netip.AddrPort) Beacon + type Set interface + Add func(Beacon) error + IDsArg func() string + IPsArg func() string + Len func() int + RemoveByID func(ids.NodeID) error + RemoveByIP func(netip.AddrPort) error + func NewSet() Set