usermngmt/cache/key.go

10 lines
117 B
Go
Raw Normal View History

2023-04-15 08:35:55 +00:00
package cache
const (
keyPrefix = "usermngmt_"
)
const (
KeyLoginFailedTimes = keyPrefix + "login_failed_time"
)