feat(domain): add domain entities and enums
This commit is contained in:
9
src/IncidentOps.Domain/Enums/IncidentStatus.cs
Normal file
9
src/IncidentOps.Domain/Enums/IncidentStatus.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace IncidentOps.Domain.Enums;
|
||||
|
||||
public enum IncidentStatus
|
||||
{
|
||||
Triggered,
|
||||
Acknowledged,
|
||||
Mitigated,
|
||||
Resolved
|
||||
}
|
||||
Reference in New Issue
Block a user