* 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
12 lines
170 B
Go
12 lines
170 B
Go
package tag
|
|
|
|
type TagDTO struct {
|
|
Id uint
|
|
Name string
|
|
Type Type
|
|
Label string
|
|
PlaceHolder string
|
|
ActionId string
|
|
Optional bool
|
|
}
|