| 32 | } |
| 33 | |
| 34 | type Retweet struct { |
| 35 | Tweet |
| 36 | RetweetedStatus Tweet `json:"retweeted_status"` |
| 37 | } |
| 38 | |
| 39 | // RetweetedTweet is a special case of Tweet for retweets to avoid XML naming conflicts |
| 40 | type RetweetedTweet struct { |
nothing calls this directly
no outgoing calls
no test coverage detected