Versions in this module Expand all Collapse all v1 v1.2.1 Feb 9, 2026 Changes in this version + func Lookup(service string, entries chan<- *ServiceEntry) error + func Query(params *QueryParam) error + func QueryContext(ctx context.Context, params *QueryParam) error + type QueryParam struct + DisableIPv4 bool + DisableIPv6 bool + Domain string + Entries chan<- *ServiceEntry + Interface *net.Interface + Logger *log.Logger + Service string + Timeout time.Duration + WantUnicastResponse bool + func DefaultParams(service string) *QueryParam + type ServiceEntry struct + Addr net.IP + AddrV4 net.IP + AddrV6 net.IP + AddrV6IPAddr *net.IPAddr + Host string + Info string + InfoFields []string + Name string + Port int