Update Structs #524

Merged
lunny merged 15 commits from 6543/go-sdk:update-structs into master 2021-07-01 15:10:22 +00:00
Showing only changes of commit 6686e29921 - Show all commits

View File

@ -57,6 +57,7 @@ type PullReviewComment struct {
Body string `json:"body"`
Reviewer *User `json:"user"`
ReviewID int64 `json:"pull_request_review_id"`
Resolver *User `json:"resolver"`
Created time.Time `json:"created_at"`
Updated time.Time `json:"updated_at"`