DNSResolveRequest represents the parameters for a DNS resolve request.
| 95 | |
| 96 | // DNSResolveRequest represents the parameters for a DNS resolve request. |
| 97 | DNSResolveRequest struct { |
| 98 | Target string `json:"target,omitempty"` |
| 99 | Param string `json:"param,omitempty"` |
| 100 | DNSServer string `json:"dnsServer,omitempty"` |
| 101 | Nodes NodeIDs `json:"nodes,omitempty"` |
| 102 | Location string `json:"location,omitempty"` |
| 103 | Limit int `json:"limit,omitempty"` |
| 104 | } |
| 105 | |
| 106 | // DNSTestResult represents the result of a DNS perf and DNS resolve output. |
| 107 | DNSTestResult struct { |
nothing calls this directly
no outgoing calls
no test coverage detected