Versions in this module Expand all Collapse all v1 v1.0.5 Jan 3, 2022 Changes in this version type QueryParam + DisableIPv4 bool + DisableIPv6 bool v1.0.4 Apr 14, 2021 v1.0.3 Feb 14, 2020 v1.0.2 Feb 10, 2020 v1.0.1 Mar 27, 2019 v1.0.0 Jan 23, 2019 Changes in this version + func Lookup(service string, entries chan<- *ServiceEntry) error + func Query(params *QueryParam) error + type Config struct + Iface *net.Interface + LogEmptyResponses bool + Zone Zone + type MDNSService struct + Domain string + HostName string + IPs []net.IP + Instance string + Port int + Service string + TXT []string + func NewMDNSService(instance, service, domain, hostName string, port int, ips []net.IP, ...) (*MDNSService, error) + func (m *MDNSService) Records(q dns.Question) []dns.RR + type QueryParam struct + Domain string + Entries chan<- *ServiceEntry + Interface *net.Interface + Service string + Timeout time.Duration + WantUnicastResponse bool + func DefaultParams(service string) *QueryParam + type Server struct + func NewServer(config *Config) (*Server, error) + func (s *Server) Shutdown() error + type ServiceEntry struct + Addr net.IP + AddrV4 net.IP + AddrV6 net.IP + Host string + Info string + InfoFields []string + Name string + Port int + type Zone interface + Records func(q dns.Question) []dns.RR