Versions in this module Expand all Collapse all v0 v0.1.0 Apr 17, 2025 v0.0.2 Mar 27, 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