chore: replace string with const

This commit is contained in:
Noah Hsu
2022-06-08 16:42:06 +08:00
parent ba648fa10c
commit 65fba7936c
2 changed files with 11 additions and 10 deletions

View File

@ -9,6 +9,7 @@ const (
TypeSelect = "select"
TypeBool = "bool"
TypeText = "text"
TypeNumber = "number"
)
type Item struct {