cringe that i need these multiple
| 376 | // cringe that i need these multiple |
| 377 | |
| 378 | type StoryURL struct { |
| 379 | DisplayURL string `json:"display_url" xml:"display_url"` |
| 380 | ExpandedURL string `json:"expanded_url" xml:"expanded_url"` |
| 381 | } |
| 382 | |
| 383 | type StoryMediaInfo struct { |
| 384 | MediaURL string `json:"media_url" xml:"media_url"` |
nothing calls this directly
no outgoing calls
no test coverage detected