severity

package
v0.45.6 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ValidSeverity = []Severity{
	Critical, Error, Warning, Info,
}

Functions

This section is empty.

Types

type Severity

type Severity string
const (
	None     Severity = ""
	Critical Severity = "CRITICAL"
	Error    Severity = "ERROR"
	Warning  Severity = "WARNING"
	Info     Severity = "INFO"
)

func (*Severity) IsValid

func (s *Severity) IsValid() bool

func (*Severity) Valid

func (s *Severity) Valid() []Severity

Jump to

Keyboard shortcuts

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