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

Struct DNSTestOutput

perfops/run.go:121–126  ·  view source on GitHub ↗

DNSTestOutput represents the response of a DNS perf and DNS resolve output call.

Source from the content-addressed store, hash-verified

119
120 // DNSTestOutput represents the response of a DNS perf and DNS resolve output call.
121 DNSTestOutput struct {
122 ID string `json:"id,omitempty"`
123 Requested string `json:"requested,omitempty"`
124 Finished bool `json:"finished"`
125 Items []*DNSTestItem `json:"items,omitempty"`
126 }
127
128 // CurlRequest represents the parameters for a curl request.
129 CurlRequest struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected