notifier

package module
v0.0.0-...-a0e2e45 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2020 License: BSD-3-Clause Imports: 7 Imported by: 0

README

notifier

通知服务

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Attachment

type Attachment struct {
	FileName    string
	Content     []byte
	ContentType string
}

type EmailNotifier

type EmailNotifier struct {
	// contains filtered or unexported fields
}

func (EmailNotifier) Notify

func (emn EmailNotifier) Notify(receivers []string, subject, content string, attachments ...Attachment) error

type Notifier

type Notifier interface {
	Notify(receivers []string, subject, content string, attachments ...Attachment) error
}

func NewEmailNotifier

func NewEmailNotifier(server, username, password string) (Notifier, error)

Jump to

Keyboard shortcuts

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