Files
houston-be/model/tag/model.go
Shubham Kirve 753228eb77 Shifting postgres/service to separate repo (#14)
* TP-0000 | shifting postgres service to separate repo folder

* TP-0000 | removing unwanted file

* TP-0000 | renaming repo to model

* TP-0000 | renaming repo to model

* TP-0000 | updating role.go
2023-04-12 21:46:03 +05:30

12 lines
170 B
Go

package tag
type TagDTO struct {
Id uint
Name string
Type Type
Label string
PlaceHolder string
ActionId string
Optional bool
}