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
3bf3fe20
Commit
3bf3fe20
authored
Oct 04, 2017
by
Sander van Harmelen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some typos in comments
parent
c35b3f71
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
gitlab.go
gitlab.go
+1
-1
notifications.go
notifications.go
+1
-1
project_members.go
project_members.go
+1
-1
projects.go
projects.go
+1
-1
No files found.
gitlab.go
View file @
3bf3fe20
...
...
@@ -371,7 +371,7 @@ func newResponse(r *http.Response) *Response {
}
// populatePageValues parses the HTTP Link response headers and populates the
// various pagination link values in the Reponse.
// various pagination link values in the Re
s
ponse.
func
(
r
*
Response
)
populatePageValues
()
{
if
links
,
ok
:=
r
.
Response
.
Header
[
"Link"
];
ok
&&
len
(
links
)
>
0
{
for
_
,
link
:=
range
strings
.
Split
(
links
[
0
],
","
)
{
...
...
notifications.go
View file @
3bf3fe20
...
...
@@ -24,7 +24,7 @@ type NotificationSettings struct {
Events
*
NotificationEvents
`json:"events"`
}
// NotificationEvents represents the av
ia
lable notification setting events.
// NotificationEvents represents the av
ai
lable notification setting events.
//
// GitLab API docs:
// https://docs.gitlab.com/ce/api/notification_settings.html#notification-settings
...
...
project_members.go
View file @
3bf3fe20
...
...
@@ -21,7 +21,7 @@ import (
"net/url"
)
// Project
Project
MembersService handles communication with the project members
// ProjectMembersService handles communication with the project members
// related methods of the GitLab API.
//
// GitLab API docs: https://docs.gitlab.com/ce/api/members.html
...
...
projects.go
View file @
3bf3fe20
...
...
@@ -129,7 +129,7 @@ type ProjectStatistics struct {
CommitCount
int
`json:"commit_count"`
}
// Permissions represents p
re
missions.
// Permissions represents p
er
missions.
type
Permissions
struct
{
ProjectAccess
*
ProjectAccess
`json:"project_access"`
GroupAccess
*
GroupAccess
`json:"group_access"`
...
...
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