| 39 | } |
| 40 | |
| 41 | type Request struct { |
| 42 | Req *Msg |
| 43 | W ResponseWriter |
| 44 | Zone string |
| 45 | } |
| 46 | |
| 47 | func (r *Request) NewWithQuestion(name string, typ uint16) Request { |
| 48 | return Request{} |
nothing calls this directly
no outgoing calls
no test coverage detected