append events without return value

This commit is contained in:
adlerhurst
2020-11-25 14:12:44 +01:00
parent f8028f07d0
commit f6cdcee77a
27 changed files with 73 additions and 78 deletions

View File

@@ -17,7 +17,7 @@ type WriteModel struct {
aggregateID string
}
func PrepareWriteModel(
func NewWriteModel(
userID string,
aggregateType eventstore.AggregateType,
aggregateID string,