RailsEventStore/cqrs-es-sample-with-res

View on GitHub
ecommerce/authentication/lib/authentication/events/account_registered.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Authentication
  class AccountRegistered < Infra::Event
    attribute :account_id, Infra::Types::UUID
  end
end