usermngmt/constant.go

7 lines
79 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
tablePrefixDefault = "usermngmt"
2021-11-08 04:53:03 +00:00
)