| 394 | } |
| 395 | |
| 396 | type StoryVideoVariant struct { |
| 397 | URL string `json:"url" xml:"url"` |
| 398 | ContentType string `json:"content_type" xml:"content_type"` |
| 399 | } |
| 400 | |
| 401 | type NewsArticle struct { |
| 402 | Title string `json:"title" xml:"title"` |
nothing calls this directly
no outgoing calls
no test coverage detected