usermngmt/internal/constant.go

11 lines
140 B
Go
Raw Normal View History

2021-11-10 01:44:22 +00:00
package internal
// Constant ...
const (
timezoneHCM = "Asia/Ho_Chi_Minh"
passwordHashingCost = 14
2021-11-10 05:07:58 +00:00
TablePrefixDefault = "usermngmt"
2021-11-10 01:44:22 +00:00
)