mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:57:32 +00:00
7 lines
87 B
Go
7 lines
87 B
Go
![]() |
package queue
|
||
|
|
||
|
const (
|
||
|
schema = "queue"
|
||
|
applicationName = "zitadel_queue"
|
||
|
)
|