refactor: reorganize modules and add Linux build tooling
This commit is contained in:
8
module/base/sender/internal/logic/sms/const.go
Normal file
8
module/base/sender/internal/logic/sms/const.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package sms
|
||||
|
||||
const (
|
||||
FormatDay = "2006-01-02"
|
||||
KeyPrefix = "/SMS/Code/"
|
||||
BlackListCacheKey = "/SMS/BlackList/"
|
||||
LimitCacheKey = "/SMS/LimitCacheKey/"
|
||||
)
|
||||
Reference in New Issue
Block a user