package
Version:
v0.0.0-...-3c8cb78
Opens a new window with list of versions in this module.
Published: Jan 7, 2025
License: MPL-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Endpoint string
}
Config represents the configuration of a Discord Webhook Sender.
type DiscordMessage struct {
Username string `json:"username"`
Content string `json:"content"`
Embeds []Embed `json:"embeds"`
}
type Embed struct {
Title string `json:"title"`
Description string `json:"description"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.