Skip to content

Commit 806bebf

Browse files
committed
add comment to direct people to new struct
1 parent 1ea10e4 commit 806bebf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

zendesk/cursor.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
package zendesk
22

3+
// DEPRECATED -- This file describes Zendesk API's "legacy" cursor pagination.
4+
// PLEASE USE CursorPagination IN zendesk.go INSTEAD!
5+
36
// Cursor is struct for cursor-based pagination
47
type Cursor struct {
58
AfterURL string `json:"after_url"`

0 commit comments

Comments
 (0)