MCPcopy Index your code

hub / github.com/ProspectOne/perfops-cli / types & classes

Types & classes41 in github.com/ProspectOne/perfops-cli

↓ 16 callersTypeAliasTestID
TestID represents the ID of an MTR or ping test.
perfops/run.go:36
↓ 7 callersTypeAliasNodeIDs
NodeIDs represents a list of node IDs.
perfops/run.go:39
StructCity
City contains information about a city.
perfops/geotypes.go:21
StructClient
Client defines the API client interface.
perfops/client.go:40
StructContinent
Continent contains information about a continent.
perfops/geotypes.go:5
StructCountry
Country contains information about a country.
perfops/geotypes.go:12
StructCurlRequest
CurlRequest represents the parameters for a curl request.
perfops/run.go:129
StructDNSPerfRequest
DNSPerfRequest represents the parameters for a DNS perf request.
perfops/run.go:87
StructDNSResolveRequest
DNSResolveRequest represents the parameters for a DNS resolve request.
perfops/run.go:97
TypeAliasDNSService
DNSService defines the interface for the DNS API
perfops/dns.go:24
StructDNSTestItem
DNSTestItem respresents an item of a DNS perf and DNS resolve output.
perfops/run.go:115
StructDNSTestOutput
DNSTestOutput represents the response of a DNS perf and DNS resolve output call.
perfops/run.go:121
StructDNSTestResult
DNSTestResult represents the result of a DNS perf and DNS resolve output.
perfops/run.go:107
StructFormatter
Formatter formats the run output.
cmd/internal/runtest.go:39
StructNode
Node contains informatin about a test node.
perfops/node.go:18
StructRunItem
RunItem represents an item of an MTR or ping output.
perfops/run.go:65
StructRunOutput
RunOutput represents the response of an MTR or ping output call.
perfops/run.go:71
StructRunOutputResult
RunOutputResult collects the RunOutput and its error, if any, from async calls.
cmd/internal/runtest.go:50
StructRunRequest
RunRequest represents the parameters for a ping request.
perfops/run.go:42
StructRunResult
RunResult represents the result of an MTR or ping run.
perfops/run.go:56
TypeAliasRunService
RunService defines the interface for the run API
perfops/run.go:33
StructRunTiming
RunTiming represents the test timings.
perfops/run.go:79
StructSpinner
Spinner represents the indicator.
cmd/internal/spinner.go:25
StructargError
cmd/root_test.go:154
StructargError
perfops/run.go:140
InterfaceargNamer
cmd/root.go:125
InterfaceargNamer
perfops/run.go:158
StructclientError
perfops/client.go:56
InterfaceisUnauthorizeder
perfops/client.go:76
StructrecordingTransport
cmd/root_test.go:222
StructrecordingTransport
perfops/client_test.go:64
StructrespondingTransport
perfops/client_test.go:73
InterfaceroundTripper
cmd/root_test.go:213
InterfaceroundTripper
perfops/client_test.go:55
FuncTyperunFunc
func(ctx context.Context, req *perfops.RunRequest) (perfops.TestID, error)
cmd/internal/runtest.go:56
FuncTyperunOutputFunc
func(ctx context.Context, pingID perfops.TestID) (*perfops.RunOutput, error)
cmd/internal/runtest.go:57
Structservice
perfops/client.go:52
InterfaceterminalWriter
cmd/internal/runtest.go:33
StructtestTerminalWriter
cmd/internal/runtest_test.go:167
StructtestTransport
perfops/client_test.go:81
StructunauthedError
cmd/root_test.go:149