Browse Source

Add Page to IssueListOptions

Refs #22
Will Norris 13 years ago
parent
commit
1011d06d04
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      github/issues.go

+ 3
- 0
github/issues.go View File

@ -69,6 +69,9 @@ type IssueListOptions struct {
// Since filters issues by time.
Since time.Time
// For paginated result sets, page of results to retrieve.
Page int
}
// List the issues for the authenticated user. If all is true, list issues


Loading…
Cancel
Save