| 199 | } |
| 200 | |
| 201 | type Hashtag struct { |
| 202 | Text string `json:"text" xml:"text"` |
| 203 | Indices []int `json:"indices" xml:"-"` |
| 204 | Start int `json:"-" xml:"start,attr"` |
| 205 | End int `json:"-" xml:"end,attr"` |
| 206 | } |
| 207 | |
| 208 | type UserMention struct { |
| 209 | Name string `json:"name" xml:"name"` |
nothing calls this directly
no outgoing calls
no test coverage detected