devicemngmt/constant.go

12 lines
146 B
Go
Raw Normal View History

2021-11-05 07:21:57 +00:00
package devicemngmt
// Constant ...
const (
TableDevice = "devices"
timezoneHCM = "Asia/Ho_Chi_Minh"
viLanguage = "vi"
enLanguage = "en"
)