]> source.dussan.org Git - gitea.git/commit
Move issue change content from models to service (#8711)
authorLunny Xiao <xiaolunwen@gmail.com>
Wed, 30 Oct 2019 08:36:25 +0000 (16:36 +0800)
committerLauris BH <lauris@nix.lv>
Wed, 30 Oct 2019 08:36:25 +0000 (10:36 +0200)
commitf694bb45d79dcc093bc6332eabb3af063bc6b088
tree8a9d2551d52a9a4ff13a087df30ed613d748d814
parent56ebc0c003349cea1c919c9dd408fc83ee79274e
Move issue change content from models to service (#8711)

* Move issue change content from models to service

* fix lint
models/issue.go
modules/notification/webhook/webhook.go
routers/repo/issue.go
services/issue/content.go [new file with mode: 0644]