Documentation
¶
Index ¶
- func CreateCodeComment(doer *models.User, repo *models.Repository, issue *models.Issue, ...) (*models.Comment, error)
- func CreateIssueComment(doer *models.User, repo *models.Repository, issue *models.Issue, ...) (*models.Comment, error)
- func DeleteComment(comment *models.Comment, doer *models.User) error
- func UpdateComment(c *models.Comment, doer *models.User, oldContent string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCodeComment ¶
func CreateCodeComment(doer *models.User, repo *models.Repository, issue *models.Issue, content, treePath string, line, reviewID int64) (*models.Comment, error)
CreateCodeComment creates a plain code comment at the specified line / path
func CreateIssueComment ¶
func CreateIssueComment(doer *models.User, repo *models.Repository, issue *models.Issue, content string, attachments []string) (*models.Comment, error)
CreateIssueComment creates a plain issue comment.
func DeleteComment ¶
DeleteComment deletes the comment
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.