chore: move item types

This commit is contained in:
Noah Hsu
2022-06-27 14:32:21 +08:00
parent e71aff9d94
commit 6bb2b76e25
3 changed files with 18 additions and 17 deletions

View File

@ -1 +1,9 @@
package conf
const (
TypeString = "string"
TypeSelect = "select"
TypeBool = "bool"
TypeText = "text"
TypeNumber = "number"
)