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
76bc1725
Commit
76bc1725
authored
Nov 17, 2017
by
Sander van Harmelen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run `goftm` and cut the long comment a bit shorter
Target length for comments is around 80 chars.
parent
433a030b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
projects.go
projects.go
+3
-2
No files found.
projects.go
View file @
76bc1725
...
...
@@ -84,7 +84,7 @@ type Project struct {
GroupAccessLevel
int
`json:"group_access_level"`
}
`json:"shared_with_groups"`
Statistics
*
ProjectStatistics
`json:"statistics"`
Links
*
Links
`json:"_links,omitempty"`
Links
*
Links
`json:"_links,omitempty"`
}
// Repository represents a repository.
...
...
@@ -159,7 +159,8 @@ type ForkParent struct {
WebURL
string
`json:"web_url"`
}
// Links represents a project web liks for self, issues, merge_requests, repo_branches, labels, events, members.
// Links represents a project web liks for self, issues, merge_requests,
// repo_branches, labels, events, members.
type
Links
struct
{
Self
string
`json:"self"`
Issues
string
`json:"issues"`
...
...
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