| 9 | ) |
| 10 | |
| 11 | type HTTPSResolver struct { |
| 12 | BaseResolver |
| 13 | client http.Client |
| 14 | } |
| 15 | |
| 16 | func (r *HTTPSResolver) Exchange(q *dns.Msg) (*dns.Msg, error) { |
| 17 | request, err := q.Pack() |
nothing calls this directly
no outgoing calls
no test coverage detected