Move projection interface

This commit is contained in:
2025-03-18 16:08:35 +01:00
parent b91c45100d
commit cd320b31da
5 changed files with 4 additions and 5 deletions

View File

@@ -1,11 +1,11 @@
package eventDemo.app.event.projection
import eventDemo.business.event.projection.Projection
import eventDemo.libs.event.AggregateId
import eventDemo.libs.event.Event
import eventDemo.libs.event.EventStore
import eventDemo.libs.event.EventStoreInMemory
import eventDemo.libs.event.VersionBuilderLocal
import eventDemo.libs.event.projection.Projection
import eventDemo.libs.event.projection.ProjectionSnapshotRepositoryInMemory
import eventDemo.libs.event.projection.SnapshotConfig
import io.kotest.core.spec.style.FunSpec