andygrunwald / go-gerrit

Go client/library for Gerrit Code Review
https://godoc.org/github.com/andygrunwald/go-gerrit
MIT License
94 stars 41 forks source link

Add revision kind to RevisionInfo #135

Closed timwangmusic closed 1 year ago

timwangmusic commented 1 year ago

The kind field is missing in RevisionInfo. The field is important because users can use this info for a general description of what are changed in the revision.

andygrunwald commented 1 year ago

Thanks a lot, @timwangmusic. Also, thanks for your review @chaodaiG, much appreciated.