1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-26 19:06:10 +02:00
gitea/routers/api
delvh 0f4e1b9ac6
Restructure `webhook` module (#22256)
Previously, there was an `import services/webhooks` inside
`modules/notification/webhook`.
This import was removed (after fighting against many import cycles).
Additionally, `modules/notification/webhook` was moved to
`modules/webhook`,
and a few structs/constants were extracted from `models/webhooks` to
`modules/webhook`.

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-01-01 23:23:15 +08:00
..
packages Use ErrInvalidArgument in packages (#22268) 2022-12-31 12:49:37 +01:00
v1 Restructure `webhook` module (#22256) 2023-01-01 23:23:15 +08:00