1
0
mirror of https://github.com/zitadel/zitadel.git synced 2025-05-24 13:48:20 +00:00
zitadel/internal/v2/instance/aggregate.go

9 lines
183 B
Go
Raw Permalink Normal View History

package instance
import "github.com/zitadel/zitadel/internal/repository/instance"
const (
AggregateType = string(instance.AggregateType)
eventTypePrefix = AggregateType + "."
)