module
2.0.0+incompatible
Repository: https://github.com/terrextech/go-agg-builder.git
Documentation: pkg.go.dev
# README
Aggregate-Builder
This library constructs Aggregates' Domain by reading Event-Stream from EventStore.
How it works:
- Call the BuildState function, which sends meta-information containing current aggregate-version to EventStoreQuery-service.
- The events will be received on channel returned by above function.
How to use
- Check examples for how to use this library.
- Check tests-file for additional examples.