| 355 | } |
| 356 | |
| 357 | type Discovery struct { |
| 358 | Statuses []Tweet `json:"statuses" xml:"statuses"` |
| 359 | Stories []Story `json:"stories" xml:"stories"` |
| 360 | RelatedQueries []RelatedQuery `json:"related_queries" xml:"related_queries"` |
| 361 | SpellingCorrections []SpellingCorrection `json:"spelling_corrections" xml:"spelling_corrections"` |
| 362 | } |
| 363 | |
| 364 | type Story struct { |
| 365 | Type string `json:"type" xml:"type"` // news or topic |
nothing calls this directly
no outgoing calls
no test coverage detected