Versions in this module Expand all Collapse all v0 v0.4.0 Apr 7, 2016 v0.4.0-rc3 Mar 15, 2016 v0.4.0-rc2 Feb 13, 2016 v0.4.0-rc1 Jan 28, 2016 v0.3.11 Jan 12, 2016 v0.3.11-rc1 Jan 2, 2016 v0.3.10 Dec 8, 2015 v0.3.9 Oct 31, 2015 v0.3.8 Oct 19, 2015 v0.3.8-dev-trailers Oct 1, 2015 v0.3.7 Aug 2, 2015 v0.3.6 Jul 30, 2015 v0.3.5 Jun 12, 2015 Changes in this version + func Lookup(service string, entries chan<- *ServiceEntry) error + func Query(params *QueryParam) error + type Config struct + Iface *net.Interface + 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 + Name string + Port int + type Zone interface + Records func(q dns.Question) []dns.RR