ComparisonReport contains comparison data between models/configurations
| 56 | |
| 57 | // ComparisonReport contains comparison data between models/configurations |
| 58 | type ComparisonReport struct { |
| 59 | Timestamp time.Time `json:"timestamp"` |
| 60 | TestSuite string `json:"test_suite"` |
| 61 | } |
| 62 | |
| 63 | type Report struct { |
| 64 | Timestamp time.Time `json:"timestamp"` |
nothing calls this directly
no outgoing calls
no test coverage detected