MCPcopy Create free account
hub / github.com/Preloading/TwitterAPIBridge / Cursors

Struct Cursors

bridge/bridge.go:466–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464}
465
466type 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
473type TwitterList struct {
474 XMLName xml.Name `xml:"list" json:"-"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected