This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
pypihub
mirror of
https://github.com/brettlangdon/pypihub.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
Add Page to IssueListOptions
Refs
#22
Will Norris
13 years ago
parent
881f68d3fd
commit
1011d06d04
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save