| 20 | ) |
| 21 | |
| 22 | type NameServer struct { |
| 23 | mgr *mgr.Manager |
| 24 | instance instance |
| 25 | |
| 26 | states *mgr.StateMgr |
| 27 | } |
| 28 | |
| 29 | func (ns *NameServer) Manager() *mgr.Manager { |
| 30 | return ns.mgr |
nothing calls this directly
no outgoing calls
no test coverage detected