MCPcopy Create free account
hub / github.com/docker/model-test / APIResponse

Struct APIResponse

models/test_result.go:50–55  ·  view source on GitHub ↗

APIResponse represents the API response details

Source from the content-addressed store, hash-verified

48
49// APIResponse represents the API response details
50type APIResponse struct {
51 StatusCode int `json:"status_code"`
52 Headers map[string]string `json:"headers,omitempty"`
53 Body interface{} `json:"body,omitempty"`
54 Duration time.Duration `json:"duration_ms"`
55}
56
57// ComparisonReport contains comparison data between models/configurations
58type ComparisonReport struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected