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
ed65bf6d
Commit
ed65bf6d
authored
Feb 07, 2019
by
Matt Clegg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ADD ReadmeURL to Project spec
parent
26b62ef6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
projects.go
projects.go
+1
-0
No files found.
projects.go
View file @
ed65bf6d
...
@@ -47,6 +47,7 @@ type Project struct {
...
@@ -47,6 +47,7 @@ type Project struct {
SSHURLToRepo
string
`json:"ssh_url_to_repo"`
SSHURLToRepo
string
`json:"ssh_url_to_repo"`
HTTPURLToRepo
string
`json:"http_url_to_repo"`
HTTPURLToRepo
string
`json:"http_url_to_repo"`
WebURL
string
`json:"web_url"`
WebURL
string
`json:"web_url"`
ReadmeURL
string
`json:"readme_url"`
TagList
[]
string
`json:"tag_list"`
TagList
[]
string
`json:"tag_list"`
Owner
*
User
`json:"owner"`
Owner
*
User
`json:"owner"`
Name
string
`json:"name"`
Name
string
`json:"name"`
...
...
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