You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changes.go
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -510,9 +510,6 @@ type QueryOptions struct {
510
510
// The n parameter can be used to limit the returned results.
511
511
// If the n query parameter is supplied and additional changes exist that match the query beyond the end, the last change object has a _more_changes: true JSON field set.
512
512
Limitint`url:"n,omitempty"`
513
-
514
-
// The S or start query parameter can be supplied to skip a number of changes from the list.
515
-
Startint`url:"start,omitempty"`
516
513
}
517
514
518
515
// QueryChangeOptions specifies the parameters to the ChangesService.QueryChanges.
0 commit comments