databricks-cli/libs/diag/severity.go

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
97 B
Go
Raw Permalink Normal View History

package diag
type Severity int
const (
Error Severity = iota
Warning
Info
Recommendation
)