usermngmt/constant.go

9 lines
139 B
Go
Raw Normal View History

2021-11-08 04:53:03 +00:00
package usermngmt
// Constant ...
const (
2021-11-08 11:21:52 +00:00
tableUser = "users"
tableRole = "roles"
tablePrefixDefault = "usermngmt"
2021-11-08 04:53:03 +00:00
)