| 12 | ) |
| 13 | |
| 14 | type Webhook struct { |
| 15 | ProviderBase |
| 16 | Template string `json:"template"` |
| 17 | Payload string `json:"payload"` |
| 18 | Method string `json:"method"` |
| 19 | MIMEType string `json:"mime_type"` |
| 20 | ColorMode string `json:"color_mode"` |
| 21 | } |
| 22 | |
| 23 | //go:embed templates/discord.json |
| 24 | var discordPayload string |
nothing calls this directly
no outgoing calls
no test coverage detected