]> source.dussan.org Git - gitea.git/commit
Move indexer notification to service layer (#26906)
authorLunny Xiao <xiaolunwen@gmail.com>
Tue, 5 Sep 2023 10:07:57 +0000 (18:07 +0800)
committerGitHub <noreply@github.com>
Tue, 5 Sep 2023 10:07:57 +0000 (10:07 +0000)
commitaa678b80985c5dcb92cef15e19bd963c47a647db
tree94e829dece002ceafe70f3382d25d57e602e8a79
parenta66d883a18c5eefc475c3b61c0842a87b4ce250f
Move indexer notification to service layer (#26906)

Extract from #22266
modules/notification/indexer/indexer.go [deleted file]
modules/notification/notification.go
routers/init.go
services/indexer/indexer.go [new file with mode: 0644]
services/indexer/notify.go [new file with mode: 0644]