gitea/services/webhook
John Olheiser 760d61b411
Add specific event type to header ()
* Add specific event type to header

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Change single to type
..
deliver.go Add specific event type to header ()
deliver_test.go Move webhook type from int to string ()
dingtalk.go Open the DingTalk link in browser ()
dingtalk_test.go Open the DingTalk link in browser ()
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 db related basic functions to models/db ()
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 [API] generalize list header ()
webhook_test.go Move db related basic functions to models/db ()
wechatwork.go Add an abstract json layout to make it's easier to change json library ()