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

Struct RunOutput

perfops/run.go:71–76  ·  view source on GitHub ↗

RunOutput represents the response of an MTR or ping output call.

Source from the content-addressed store, hash-verified

69
70 // RunOutput represents the response of an MTR or ping output call.
71 RunOutput struct {
72 ID string `json:"id,omitempty"`
73 Requested string `json:"requested,omitempty"`
74 Finished bool `json:"finished"`
75 Items []*RunItem `json:"items,omitempty"`
76 }
77
78 // RunTiming represents the test timings.
79 RunTiming struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected