Documentation
¶
Overview ¶
Package gorise is a minimal reimplementation of Apprise.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Builders = map[string]func(cfg Config) (Sender, error){ "console": BuildConsole, "tgram": BuildTelegram, "ntfy": BuildNtfy, "ntfys": BuildNtfys, }
View Source
var (
ErrBuilderNotFound = fmt.Errorf("builder not found")
)
Functions ¶
This section is empty.
Types ¶
type Attachment ¶
func (Attachment) IsImage ¶
func (a Attachment) IsImage() bool
type Message ¶
type Message struct {
Title string
Body string
Attachments []Attachment
}
type Telegram ¶
type Telegram struct {
// contains filtered or unexported fields
}
https://github.com/caronc/apprise/wiki/Notify_telegram
func NewTelegram ¶
Click to show internal directories.
Click to hide internal directories.