Signed-off-by: Jonas Franz <info@jonasfranz.software>
This commit is contained in:
Jonas Franz 2018-07-20 10:59:37 +02:00
parent e7b2b61204
commit 8a6e6dc20c
No known key found for this signature in database
GPG Key ID: 506AEEBE80BEDECD

View File

@ -747,12 +747,12 @@ type CreateCommentOptions struct {
NewTitle string NewTitle string
CommitID int64 CommitID int64
CommitSHA string CommitSHA string
Patch string Patch string
LineNum int64 LineNum int64
TreePath string TreePath string
ReviewID int64 ReviewID int64
Content string Content string
Attachments []string // UUIDs of attachments Attachments []string // UUIDs of attachments
} }
// CreateComment creates comment of issue or commit. // CreateComment creates comment of issue or commit.