mirror of
https://github.com/zitadel/zitadel.git
synced 2025-11-15 05:03:22 +00:00
9 lines
183 B
Go
9 lines
183 B
Go
|
|
package instance
|
||
|
|
|
||
|
|
import "github.com/zitadel/zitadel/internal/repository/instance"
|
||
|
|
|
||
|
|
const (
|
||
|
|
AggregateType = string(instance.AggregateType)
|
||
|
|
eventTypePrefix = AggregateType + "."
|
||
|
|
)
|