* INFRA-3570 : Do not show same severity and status in update incident in slack UI * INFRA-3570 : Cyclic dependency fix * INFRA-3570 : Minor changes * INFRA-3570 : Add UT'S * INFRA-3570 : Major refactor * INFRA-3570 : Move all incident status repo functions to new service * INFRA-3570 : Add UT's
9 lines
154 B
Go
9 lines
154 B
Go
package incidentStatus
|
|
|
|
type IncidentStatusDTO struct {
|
|
ID uint
|
|
Name string
|
|
Description string
|
|
IsTerminalStatus bool
|
|
}
|