mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 12:57:34 +00:00
chore: move the go code into a subfolder
This commit is contained in:
15
apps/api/internal/repository/feature/aggregate.go
Normal file
15
apps/api/internal/repository/feature/aggregate.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package feature
|
||||
|
||||
import (
|
||||
"github.com/zitadel/zitadel/internal/eventstore"
|
||||
)
|
||||
|
||||
const (
|
||||
eventTypePrefix = eventstore.EventType("feature.")
|
||||
setSuffix = ".set"
|
||||
)
|
||||
|
||||
const (
|
||||
AggregateType = "feature"
|
||||
AggregateVersion = "v1"
|
||||
)
|
Reference in New Issue
Block a user