const.go 119 B

1234567
  1. package internal
  2. const (
  3. Delimeter = "/"
  4. ServerSensitivePrefix = '*'
  5. TimedQueueType = "timed"
  6. )