Versions in this module Expand all Collapse all v0 v0.3.0 May 26, 2026 v0.2.1 May 26, 2026 Changes in this version + type AuditSeverity string + const AuditSeverityCritical + const AuditSeverityInfo + const AuditSeverityWarning + type Severity int + const SeverityCritical + const SeverityHigh + const SeverityInfo + const SeverityLow + const SeverityMedium + func ParseSeverity(s string) Severity + func (s Severity) AtLeast(threshold Severity) bool + func (s Severity) String() string + type TokenSeverity string + const TokenSeverityCritical + const TokenSeverityHigh + const TokenSeverityLow + const TokenSeverityMedium