1
0
mirror of https://github.com/zitadel/zitadel.git synced 2025-03-21 16:40:54 +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)
}