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
CommitID int64
CommitSHA string
Patch string
LineNum int64
TreePath string
ReviewID int64
Content string
Attachments []string // UUIDs of attachments
Patch string
LineNum int64
TreePath string
ReviewID int64
Content string
Attachments []string // UUIDs of attachments
}
// CreateComment creates comment of issue or commit.