notifytypes

package
v0.0.0-...-0851c09 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2024 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AllNotifierTypes []Type = []Type{HTMLEmail, MarkdownIssueTracker, None}

AllNotifierTypes is the list of all valid NotifyTypes.

Functions

This section is empty.

Types

type NotificationDataProviderType

type NotificationDataProviderType string

NotificationDataProviderType denotes the type of notification data provider to use.

const (
	// DefaultNotificationProvider notification dataprovider.
	DefaultNotificationProvider NotificationDataProviderType = ""

	// Android notification dataprovider.
	AndroidNotificationProvider NotificationDataProviderType = "android"
)

type Type

type Type string

Type is the type of notifiers that can be built.

const (
	// HTMLEmail means send HTML formatted emails.
	HTMLEmail Type = "html_email"

	// MarkdownIssueTracker means send Markdown formatted notifications to the
	// issue tracker.
	MarkdownIssueTracker Type = "markdown_issuetracker"

	// ChromeperfAlerting means send the regression data to chromeperf
	// alerting system
	ChromeperfAlerting Type = "chromeperf"

	// AnomalyGrouper means send the regression to grouping logic and take action as needed
	AnomalyGrouper Type = "anomalygroup"

	// None means do not send any notification.
	None Type = "none"
)

Jump to

Keyboard shortcuts

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