Files
houston-be/model/request/create_message.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

8 lines
210 B
Go

package request
type CreateMessage struct {
SlackChannel string `gorm:"column:slack_channel"`
IncidentName string `gorm:"column:incident_name"`
MessageTimeStamp string `gorm:"column:message_timestamp"`
}