alertcenter

package
v0.0.0-...-fab9456 Latest Latest
Warning

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

Go to latest
Published: May 5, 2022 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IAlertSender

type IAlertSender interface {
	Send(message Message) error
}

type Message

type Message struct {
	// Subject 主题
	Subject string
	// Receiver 接收人
	Receiver []string
	// Content 内容
	Content string
	// Extra 附加信息(扩展字段)
	Extra map[string]interface{}
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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