Versions in this module Expand all Collapse all v1 v1.1.6 Jan 14, 2025 Changes in this version + type HostError struct + Error error + Host host.Host + type HostFilter func(host.Host) bool type Network + func (n *Network) Size() int + func (n *Network) StreamHosts(ctx context.Context) chan host.Host + func (n *Network) Sub(filter HostFilter) *Network v1.1.5 Aug 23, 2024 Changes in this version + type Network struct + func New(options ...Option) (*Network, error) + func (n *Network) Add(hosts ...host.Host) error + func (n *Network) Hosts(ctx context.Context) chan host.Host + func (n *Network) Run(ctx context.Context, concurrency uint16, handler func(host.Host) error) chan error + type Option func(*Network) error