initial import
This commit is contained in:
7
rq/constant/const.go
Normal file
7
rq/constant/const.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
Delimeter = "/"
|
||||
ServerSensitivePrefix = '*'
|
||||
TimedQueueType = "timed"
|
||||
)
|
||||
Reference in New Issue
Block a user