notifiers

package
v0.0.0-...-59bc5ca Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2020 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MattermostNotifier

type MattermostNotifier interface {
	Notifier
	CustomNotify(...models.MattermostMessage) error
}

func MM

type Notifier

type Notifier interface {
	Notify(from string, to []string, message string, subject string) error
}

func Gmail

func Gmail(user, password string, opts models.Options) Notifier

type SlackNotifier

type SlackNotifier interface {
	Notifier
	CustomNotify(...models.SlackMessage) error
}

func Slack

func Slack(url string) SlackNotifier

Jump to

Keyboard shortcuts

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