mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-16 21:08:00 +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."
|
||
|
)
|