MCPcopy
hub / github.com/nextdns/nextdns / MDNS

Struct MDNS

discovery/mdns.go:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43)
44
45type MDNS struct {
46 OnError func(err error)
47
48 mu sync.RWMutex
49 addrs map[string]mdnsEntry
50 names map[string]mdnsEntry
51}
52
53type mdnsEntry struct {
54 lastUpdate time.Time

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected