summaryrefslogtreecommitdiffstats
path: root/services/mirror/notifier.go
Commit message (Collapse)AuthorAgeFilesLines
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-051-7/+6
| | | Extract from #22266
* Move `modules/mirror` to `services` (#26737)Chongyi Zheng2023-08-271-0/+32
To solve the cyclic imports in a better way Closes #20261