| 464 | } |
| 465 | |
| 466 | type Cursors struct { |
| 467 | PreviousCursor int64 `json:"previous_cursor" xml:"previous_cursor"` |
| 468 | PreviousCursorStr string `json:"previous_cursor_str" xml:"previous_cursor_str"` |
| 469 | NextCursor uint64 `json:"next_cursor" xml:"next_cursor"` |
| 470 | NextCursorStr string `json:"next_cursor_str" xml:"next_cursor_str"` |
| 471 | } |
| 472 | |
| 473 | type TwitterList struct { |
| 474 | XMLName xml.Name `xml:"list" json:"-"` |
nothing calls this directly
no outgoing calls
no test coverage detected