| 369 | } |
| 370 | |
| 371 | type StoryData struct { |
| 372 | Title string `json:"title" xml:"title"` |
| 373 | Articles []NewsArticle `json:"articles" xml:"articles"` |
| 374 | } |
| 375 | |
| 376 | // cringe that i need these multiple |
| 377 |
nothing calls this directly
no outgoing calls
no test coverage detected