0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-06-17 10:02:03 +02:00
gitea/routers/api/v1/org
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
..
hook.go Restructure webhook module (#22256) 2023-01-01 23:23:15 +08:00
label.go Move convert package to services (#22264) 2022-12-29 10:57:15 +08:00
member.go Move convert package to services (#22264) 2022-12-29 10:57:15 +08:00
org.go Move convert package to services (#22264) 2022-12-29 10:57:15 +08:00
team.go Move convert package to services (#22264) 2022-12-29 10:57:15 +08:00