API Reference cqrs_tools v0.1.1
Modules
CqrsTools
is a set of macros to make CQRS applications easy to manager.
The Command
macro allows you to define a command that encapsulates a struct definition,
data validation, dependency validation, and dispatching of the command.
Defines validation functions for a validated command.
Defines a new domain event struct
Defines a query and any filters.