Versions in this module Expand all Collapse all v0 v0.1.0 Nov 18, 2025 Changes in this version + func ReadExcludeFile(path string) ([]string, error) + type Input interface + Size func() int + Target func() (addr.Addr, bool) + type RangeInput struct + func NewRangeInput(rawRange string, rawExcludes []string, port uint16) (*RangeInput, error) + func (ri *RangeInput) Size() int + func (ri *RangeInput) String() string + func (ri *RangeInput) Target() (addr.Addr, bool) + type TXTInput struct + func NewTXTInput(path string) (*TXTInput, error) + func (i *TXTInput) Size() int + func (i *TXTInput) Target() (addr.Addr, bool)