| 12 | ) |
| 13 | |
| 14 | type RelatedResultsQuery struct { |
| 15 | Annotations []Annotations `json:"annotations"` // TODO |
| 16 | ResultType string `json:"resultType"` |
| 17 | Score float64 `json:"score"` |
| 18 | GroupName string `json:"groupName"` |
| 19 | Results []Results `json:"results"` |
| 20 | } |
| 21 | |
| 22 | type Results struct { |
| 23 | Kind string `json:"kind"` |
nothing calls this directly
no outgoing calls
no test coverage detected