Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
go-gitlab
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
go-gitlab
Commits
1f773490
Commit
1f773490
authored
Sep 22, 2015
by
Jihoon Chung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix documentation about ListProjectIssues method
parent
4f117743
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
issues.go
issues.go
+3
-3
No files found.
issues.go
View file @
1f773490
...
...
@@ -117,10 +117,10 @@ type ListProjectIssuesOptions struct {
Sort
string
`url:"sort,omitempty"`
}
// ListProjectIssues gets a
ll issues created by authenticated user. This function
//
takes pagination parameters page and per_page to restrict the list of
issues.
// ListProjectIssues gets a
list of project issues. This function accepts
//
pagination parameters page and per_page to return the list of project
issues.
//
// GitLab API docs: http://doc.gitlab.com/ce/api/issues.html#list-issues
// GitLab API docs: http://doc.gitlab.com/ce/api/issues.html#list-
project-
issues
func
(
s
*
IssuesService
)
ListProjectIssues
(
pid
interface
{},
opt
*
ListProjectIssuesOptions
)
([]
*
Issue
,
*
Response
,
error
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment