Skip to content

Commit

Permalink
remove MetaCursor as it's no longer required, fix issue with TestList…
Browse files Browse the repository at this point in the history
…SubscriptionEvents where changes were not reflected in go for new major v
  • Loading branch information
daesu committed Dec 14, 2023
1 parent 341a32f commit 75136f3
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 47 deletions.
5 changes: 0 additions & 5 deletions chartmogul.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,6 @@ type Pagination struct {
HasMore bool `json:"has_more,omitempty"`
}

// MetaCursor must be retained to support backwards compatibility until standardising all endpoints.
type MetaCursor struct {
Pagination
}

// Cursor is the new standard for cursor with pagination.
type Cursor struct {
PerPage uint32 `json:"per_page,omitempty"`
Expand Down
Loading

0 comments on commit 75136f3

Please sign in to comment.