Versions in this module Expand all Collapse all v0 v0.1.0 Jan 6, 2025 Changes in this version + type Node struct + Host host.Host + PingService *ping.PingService + func NewNode(ctx context.Context, port int) (*Node, error) + func (n *Node) Close() error + func (n *Node) Connect(ctx context.Context, peerAddr string) error