dmitri.shuralyov.com/service/change

Add reactions to InlineComment.
dmitshur committed 6 years ago commit 0005e9ba28e36d2df62c0e702668d1159f1fddcb
Showing partial commit. Full Commit
Collapse all
timeline.go
@@ -39,13 +39,15 @@ type Review struct {
	Comments  []InlineComment
}

// InlineComment represents an inline comment that was left as part of a review.
type InlineComment struct {
	File string
	Line int
	Body string
	ID        uint64
	File      string
	Line      int
	Body      string
	Reactions []reactions.Reaction
}

type ReviewState int8

const (