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

Struct ComparisonReport

models/test_result.go:58–61  ·  view source on GitHub ↗

ComparisonReport contains comparison data between models/configurations

Source from the content-addressed store, hash-verified

56
57// ComparisonReport contains comparison data between models/configurations
58type ComparisonReport struct {
59 Timestamp time.Time `json:"timestamp"`
60 TestSuite string `json:"test_suite"`
61}
62
63type Report struct {
64 Timestamp time.Time `json:"timestamp"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected