MCPcopy Create free account
hub / github.com/ProspectOne/perfops-cli / DNSResolveRequest

Struct DNSResolveRequest

perfops/run.go:97–104  ·  view source on GitHub ↗

DNSResolveRequest represents the parameters for a DNS resolve request.

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected