notification

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 29, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NotificationSender

type NotificationSender interface {
	SendMessage(string) error
}

func NewGenericNotificationSender

func NewGenericNotificationSender(url string) (NotificationSender, error)

func NewMattermostNotificationSender

func NewMattermostNotificationSender(host string, bearerAuth string, channelId string) (NotificationSender, error)

func NewTelegramNotificationSender

func NewTelegramNotificationSender(token string, charID int64) (NotificationSender, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL