6 lines
150 B
C#
6 lines
150 B
C#
namespace MCVIngenieros.Healthchecks.Abstracts;
|
|
|
|
// Severity levels for health checks
|
|
public enum HealthCheckSeverity { Info, Warning, Critical }
|
|
|