mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-10 08:29:58 +08:00
8 lines
119 B
Go
8 lines
119 B
Go
|
|
package constant
|
||
|
|
|
||
|
|
const (
|
||
|
|
Delimeter = "/"
|
||
|
|
ServerSensitivePrefix = '*'
|
||
|
|
TimedQueueType = "timed"
|
||
|
|
)
|