MCPcopy
hub / github.com/safing/portmaster / NameServer

Struct NameServer

service/nameserver/module.go:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20)
21
22type NameServer struct {
23 mgr *mgr.Manager
24 instance instance
25
26 states *mgr.StateMgr
27}
28
29func (ns *NameServer) Manager() *mgr.Manager {
30 return ns.mgr

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected