Versions in this module Expand all Collapse all v0 v0.6.0 Apr 3, 2023 v0.5.0 Apr 1, 2023 Changes in this version + type AccountOpened struct + ID domain.Identifier + Number string + func (e AccountOpened) EventType() string + type MoneyDeposited struct + Amount int64 + Balance int64 + ID domain.Identifier + func (e MoneyDeposited) EventType() string + type MoneyWithdrawn struct + Amount int64 + Balance int64 + ID domain.Identifier + func (e MoneyWithdrawn) EventType() string