package usermngmt
// Constant ...
const (
tableUser = "users"
tableRole = "roles"
timezoneHCM = "Asia/Ho_Chi_Minh"
)