| 20 | } |
| 21 | |
| 22 | type Results struct { |
| 23 | Kind string `json:"kind"` |
| 24 | Score float64 `json:"score"` |
| 25 | Annotations []Annotations `json:"annotations"` // TODO |
| 26 | Value Tweet `json:"value"` |
| 27 | } |
| 28 | |
| 29 | // TODO: Figure out what this is for, and how to use this |
| 30 | type Annotations struct { |
nothing calls this directly
no outgoing calls
no test coverage detected