This commit is contained in:
kevin
2020-07-29 18:12:19 +08:00
parent aa3ef20011
commit 6ac5a80f9a
11 changed files with 28 additions and 30 deletions

7
rq/internal/const.go Normal file
View File

@@ -0,0 +1,7 @@
package internal
const (
Delimeter = "/"
ServerSensitivePrefix = '*'
TimedQueueType = "timed"
)