1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-28 06:05:50 +00:00
gitea/routers/api/v1/utils
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
..
git.go Use complete SHA to create and query commit status (#22244) 2022-12-27 21:12:49 +08:00
hook.go Restructure webhook module (#22256) 2023-01-01 23:23:15 +08:00
page.go Move convert package to services (#22264) 2022-12-29 10:57:15 +08:00