mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 23:03:01 +08:00
tech(notifications): remove async webhook
This commit is contained in:
@ -16,14 +16,6 @@ type SendEmailCommandSync struct {
|
||||
SendEmailCommand
|
||||
}
|
||||
|
||||
type SendWebhook struct {
|
||||
Url string
|
||||
User string
|
||||
Password string
|
||||
Body string
|
||||
HttpMethod string
|
||||
}
|
||||
|
||||
type SendWebhookSync struct {
|
||||
Url string
|
||||
User string
|
||||
|
Reference in New Issue
Block a user