alertinginterface

package
v1.23.1 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2024 License: Apache-2.0, MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlertType

type AlertType struct {
	System, Subsystem string
}

type AlertingInterface

type AlertingInterface interface {
	AddAlertType(name, id string) AlertType
	Raise(alert AlertType, metadata map[string]interface{})
	IsRaised(alert AlertType) bool
	Resolve(alert AlertType, metadata map[string]string)
}

Jump to

Keyboard shortcuts

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