0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-09-04 08:25:33 +02:00
gitea/services/webhook
6543 a19447aed1
migrate from com.* to alternatives (#14103)
* remove github.com/unknwon/com from models

* dont use "com.ToStr()"

* replace "com.ToStr" with "fmt.Sprint" where its easy to do

* more refactor

* fix test

* just "proxy" Copy func for now

* as per @lunny
2020-12-25 11:59:32 +02:00
..
deliver.go migrate from com.* to alternatives (#14103) 2020-12-25 11:59:32 +02:00
deliver_test.go
dingtalk.go
dingtalk_test.go
discord.go
feishu.go Fix bug for webhook and feishu caused by API changed (#13937) 2020-12-11 17:04:04 +01:00
general.go
general_test.go
main_test.go
matrix.go
matrix_test.go
msteams.go
payloader.go
slack.go
slack_test.go
telegram.go
telegram_test.go
webhook.go Possible fix the webhook API creation (#13960) 2020-12-12 16:33:19 +01:00
webhook_test.go