Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrWebhookNotConfigured = errors.New("webhook not configured") ErrUsedDefaultWebhook = errors.New("webhook not configured, used default webhook") )
Functions ¶
func SendWebhookMessage ¶
func SetupWebhooks ¶
Types ¶
type Embed ¶
type Embed struct { Title *string `json:"title,omitempty"` URL *string `json:"URL,omitempty"` Description *string `json:"description,omitempty"` Color *string `json:"color,omitempty"` Author *Author `json:"author,omitempty"` Fields *[]Field `json:"fields,omitempty"` Thumbnail *Thumbnail `json:"thumbnail,omitempty"` Image *Image `json:"image,omitempty"` }
Click to show internal directories.
Click to hide internal directories.