File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,14 @@ type ProjectsService struct {
1717//
1818// Gerrit API docs: https://gerrit-review.googlesource.com/Documentation/rest-api-projects.html#project-info
1919type ProjectInfo struct {
20- ID string `json:"id"`
21- Name string `json:"name"`
22- Parent string `json:"parent,omitempty"`
23- Description string `json:"description,omitempty"`
24- State string `json:"state,omitempty"`
25- Branches map [string ]string `json:"branches,omitempty"`
26- WebLinks []WebLinkInfo `json:"web_links,omitempty"`
20+ ID string `json:"id"`
21+ Name string `json:"name"`
22+ Parent string `json:"parent,omitempty"`
23+ Description string `json:"description,omitempty"`
24+ State string `json:"state,omitempty"`
25+ Branches map [string ]string `json:"branches,omitempty"`
26+ WebLinks []WebLinkInfo `json:"web_links,omitempty"`
27+ MoreProjects bool `json:"_more_projects,omitempty"`
2728}
2829
2930// ProjectInput entity contains information for the creation of a new project.
You can’t perform that action at this time.
0 commit comments