mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-01 17:11:06 +00:00
9 lines
164 B
Go
9 lines
164 B
Go
![]() |
package mirror
|
||
|
|
||
|
import "github.com/zitadel/zitadel/internal/v2/system"
|
||
|
|
||
|
const (
|
||
|
Creator = "MIRROR"
|
||
|
eventTypePrefix = system.EventTypePrefix + "mirror."
|
||
|
)
|