| 80 | CurrentUserRetweet *CurrentUserRetweet `json:"current_user_retweet,omitempty" xml:"current_user_retweet,omitempty"` |
| 81 | } |
| 82 | type CurrentUserRetweet struct { |
| 83 | ID int64 `json:"id"` |
| 84 | IDStr string `json:"id_str"` |
| 85 | } |
| 86 | |
| 87 | type TwitterUser struct { |
| 88 | XMLName xml.Name `xml:"user" json:"-"` |
nothing calls this directly
no outgoing calls
no test coverage detected