mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-15 04:18:01 +00:00
9 lines
151 B
Go
9 lines
151 B
Go
|
package system
|
||
|
|
||
|
const (
|
||
|
AggregateType = "system"
|
||
|
AggregateOwner = "SYSTEM"
|
||
|
AggregateInstance = ""
|
||
|
EventTypePrefix = AggregateType + "."
|
||
|
)
|