Files
go-zero/rq/internal/const.go

8 lines
119 B
Go
Raw Normal View History

2020-07-29 18:12:19 +08:00
package internal
2020-07-26 17:09:05 +08:00
const (
Delimeter = "/"
ServerSensitivePrefix = '*'
TimedQueueType = "timed"
)