]> source.dussan.org Git - gitea.git/commit
Move create issue comment to comments package (#8212)
authorLunny Xiao <xiaolunwen@gmail.com>
Tue, 24 Sep 2019 17:39:50 +0000 (01:39 +0800)
committertechknowlogick <techknowlogick@gitea.io>
Tue, 24 Sep 2019 17:39:50 +0000 (13:39 -0400)
commit061388379aae8fa5edc2b41a53512f17adc7a672
tree8f866f552d99374a5c9bb54da0b4f9aa18b59254
parent3dd1cee331b8d0beb84e2f92481183520939213a
Move create issue comment to comments package (#8212)

* move create issue comment to comments package

* extract actions on update/delete comment from models to comment service

* fix lint

* fix lint
models/issue_comment.go
routers/api/v1/repo/issue_comment.go
routers/repo/issue.go
services/comments/comments.go