looplab / eventhorizon

Event Sourcing for Go!
Apache License 2.0
1.59k stars 195 forks source link

Fix / Add nil checks for commands/events #367

Closed maxekman closed 2 years ago

maxekman commented 2 years ago

Description

Adds nil checks for commands and events and checks for missing command aggregate ID.

Affected Components

Related Issues

Closes #345

Solution and Design

Steps to test and verify

coveralls commented 2 years ago

Coverage Status

Coverage increased (+0.2%) to 69.158% when pulling 3d0038710cabacb6eb20ae9be1f04706c3062ff6 on maxekman:345-nil-checks into bc7e60874fce1f641cc17fbbcee91a474e77f0b3 on looplab:main.