File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -332,14 +332,15 @@ type ApprovalInfo struct {
332
332
// obtained by adding o parameters as described at:
333
333
// https://gerrit-review.googlesource.com/Documentation/rest-api-changes.html#list-changes
334
334
type RevisionInfo struct {
335
- Draft bool `json:"draft"`
336
- PatchSetNumber int `json:"_number"`
337
- Created TimeStamp `json:"created"`
338
- Uploader * AccountInfo `json:"uploader"`
339
- Ref string `json:"ref"`
340
- Fetch map [string ]* FetchInfo `json:"fetch"`
341
- Commit * CommitInfo `json:"commit"`
342
- Files map [string ]* FileInfo `json:"files"`
335
+ Draft bool `json:"draft"`
336
+ PatchSetNumber int `json:"_number"`
337
+ Created TimeStamp `json:"created"`
338
+ Uploader * AccountInfo `json:"uploader"`
339
+ Ref string `json:"ref"`
340
+ Fetch map [string ]* FetchInfo `json:"fetch"`
341
+ Commit * CommitInfo `json:"commit"`
342
+ Files map [string ]* FileInfo `json:"files"`
343
+ MessageWithFooter string `json:"messageWithFooter"`
343
344
// TODO: more
344
345
}
345
346
You can’t perform that action at this time.
0 commit comments