mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-06 09:42:19 +00:00
7 lines
87 B
Go
7 lines
87 B
Go
|
|
package queue
|
||
|
|
|
||
|
|
const (
|
||
|
|
schema = "queue"
|
||
|
|
applicationName = "zitadel_queue"
|
||
|
|
)
|