You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/services/webhook
Lunny Xiao e94f37f95e
Refactor webhook events (#33337)
Extract from #33320

This PR uses a map instead of a struct to store webhook event
information. It removes many duplicated functions and makes the logic
clearer.
1 week ago
..
deliver.go
deliver_test.go
dingtalk.go
dingtalk_test.go
discord.go Only provide the commit summary for Discord webhook push events (#32432) 3 months ago
discord_test.go Only provide the commit summary for Discord webhook push events (#32432) 3 months ago
feishu.go
feishu_test.go
general.go
general_test.go Only provide the commit summary for Discord webhook push events (#32432) 3 months ago
main_test.go
matrix.go
matrix_test.go
msteams.go
msteams_test.go
notifier.go Refactor RefName (#33234) 3 weeks ago
packagist.go
packagist_test.go Enable tenv and testifylint rules (#32852) 2 months ago
payloader.go
slack.go Refactor RefName (#33234) 3 weeks ago
slack_test.go
telegram.go
telegram_test.go
webhook.go Refactor webhook events (#33337) 1 week ago
webhook_test.go Test webhook email (#33033) 1 month ago
wechatwork.go