1
0
mirror of https://github.com/zitadel/zitadel.git synced 2025-05-08 05:06:47 +00:00

10 lines
183 B
Go
Raw Normal View History

package restrictions
import (
"github.com/zitadel/zitadel/internal/eventstore"
)
func init() {
eventstore.RegisterFilterEventMapper(AggregateType, SetEventType, SetEventMapper)
}