Documentation
¶
Overview ¶
Package pushover provides pushover notification support.
Index ¶
Constants ¶
View Source
const ProviderType = "pushover"
ProviderType defines the type of the Pushover notification provider.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
AppToken string `json:"appToken"`
UserKey string `json:"userKey"`
Format string `json:"format"` // format of the message, must be "html" or "md"
Endpoint string `json:"endpoint,omitempty"` // override the default endpoint for testing
}
Options defines Pushover notification sender options.
Click to show internal directories.
Click to hide internal directories.