gitea/services/webhook
Lunny Xiao 9f31f3aa8a
Add an abstract json layout to make it's easier to change json library ()
* Add an abstract json layout to make it's easier to change json library

* Fix import

* Fix import sequence

* Fix blank lines

* Fix blank lines
..
deliver.go Refactor Webhook + Add X-Hub-Signature ()
deliver_test.go Move webhook type from int to string ()
dingtalk.go Add an abstract json layout to make it's easier to change json library ()
dingtalk_test.go Add tests for all webhooks ()
discord.go Add an abstract json layout to make it's easier to change json library ()
discord_test.go Add tests for all webhooks ()
feishu.go Add an abstract json layout to make it's easier to change json library ()
feishu_test.go Add tests for all webhooks ()
general.go Add tests for all webhooks ()
general_test.go Add tests for all webhooks ()
main_test.go Move webhook type from int to string ()
matrix.go Add an abstract json layout to make it's easier to change json library ()
matrix_test.go Refactor Webhook + Add X-Hub-Signature ()
msteams.go Add an abstract json layout to make it's easier to change json library ()
msteams_test.go Add tests for all webhooks ()
payloader.go Move webhook type from int to string ()
slack.go Add an abstract json layout to make it's easier to change json library ()
slack_test.go Add tests for all webhooks ()
telegram.go Add an abstract json layout to make it's easier to change json library ()
telegram_test.go Add tests for all webhooks ()
webhook.go Add support for corporate WeChat webhooks ()
webhook_test.go Move webhook type from int to string ()
wechatwork.go Add an abstract json layout to make it's easier to change json library ()