usermngmt/constant.go

7 lines
79 B
Go

package usermngmt
// Constant ...
const (
tablePrefixDefault = "usermngmt"
)