hallgren / eventsourcing

Event Sourcing in Go
Mozilla Public License 2.0
188 stars 20 forks source link

Remove event validation #94

Closed hallgren closed 9 months ago

hallgren commented 10 months ago

Remove most of the event validation that was used in the event stores. The errors was not possible to produce.

The only error left is is the ErrConcurrency.