TODO: Figure out what this is for, and how to use this
| 28 | |
| 29 | // TODO: Figure out what this is for, and how to use this |
| 30 | type Annotations struct { |
| 31 | ConversationRole string `json:"ConversationRole"` |
| 32 | } |
| 33 | |
| 34 | type Retweet struct { |
| 35 | Tweet |
nothing calls this directly
no outgoing calls
no test coverage detected