| 172 | } |
| 173 | |
| 174 | type Entities struct { |
| 175 | Media []Media `json:"media" xml:"media"` |
| 176 | Urls []URL `json:"urls" xml:"urls"` |
| 177 | UserMentions []UserMention `json:"user_mentions" xml:"user_mentions"` |
| 178 | Hashtags []Hashtag `json:"hashtags" xml:"hashtags"` |
| 179 | } |
| 180 | |
| 181 | type URL struct { |
| 182 | XMLName xml.Name `xml:"urls" json:"-"` |
nothing calls this directly
no outgoing calls
no test coverage detected