Files
houston-be/entity/incident_severity_team_join.go
Shubham Kirve b974cb6bf3 TP-0000 | Initialize houston repo (#1)
* TP-0000 | intialize houston repo

* TP-0000 | intialize houston repo
2023-03-29 00:01:17 +05:30

13 lines
230 B
Go

package entity
type IncidentSeverityTeamJoinEntity struct {
IncidentId int
Title string
Status IncidentStatus
SeverityId int
SeverityName string
SlackChannel string
TeamsId int
TeamsName string
}