fmt
Signed-off-by: Jonas Franz <info@jonasfranz.software>
This commit is contained in:
parent
e7b2b61204
commit
8a6e6dc20c
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user