@@ -413,22 +413,22 @@ type ApplyPatchInput struct {
413413//
414414// Docs: https://gerrit-review.googlesource.com/Documentation/rest-api-changes.html#change-input
415415type ChangeInput struct {
416- Project string `json:"project"`
417- Branch string `json:"branch"`
418- Subject string `json:"subject"`
419- Topic string `json:"topic,omitempty"`
420- Status string `json:"status,omitempty"`
421- IsPrivate bool `json:"is_private,omitempty"`
422- WorkInProgress bool `json:"work_in_progress,omitempty"`
423- BaseChange string `json:"base_change,omitempty"`
424- BaseCommit string `json:"base_commit,omitempty"`
425- NewBranch bool `json:"new_branch,omitempty"`
426- ValidationOptions map [string ]interface {} `json:"validation_options,omitempty"`
427- Merge * MergeInput `json:"merge,omitempty"`
428- Patch * ApplyPatchInput `json:"patch,omitempty"`
429- Author * AccountInput `json:"author,omitempty"`
430- Notify string `json:"notify,omitempty"`
431- NotifyDetails string `json:"notify_details,omitempty"`
416+ Project string `json:"project"`
417+ Branch string `json:"branch"`
418+ Subject string `json:"subject"`
419+ Topic string `json:"topic,omitempty"`
420+ Status string `json:"status,omitempty"`
421+ IsPrivate bool `json:"is_private,omitempty"`
422+ WorkInProgress bool `json:"work_in_progress,omitempty"`
423+ BaseChange string `json:"base_change,omitempty"`
424+ BaseCommit string `json:"base_commit,omitempty"`
425+ NewBranch bool `json:"new_branch,omitempty"`
426+ ValidationOptions map [string ]interface {} `json:"validation_options,omitempty"`
427+ Merge * MergeInput `json:"merge,omitempty"`
428+ Patch * ApplyPatchInput `json:"patch,omitempty"`
429+ Author * AccountInput `json:"author,omitempty"`
430+ Notify string `json:"notify,omitempty"`
431+ NotifyDetails string `json:"notify_details,omitempty"`
432432 ResponseFormatOptions []string `json:"response_format_options,omitempty"`
433433}
434434
0 commit comments