go.cqrs

(★ 382)

A Golang reference implementation of the CQRS pattern.

  • aggregate.go
  • aggregate_test.go
  • aggregatefactory.go
  • aggregatefactory_test.go
  • command.go
  • command_test.go
  • commandhandler.go
  • commandhandler_test.go
  • dispatcher.go
  • dispatcher_test.go
  • errors.go
  • event.go
  • event_test.go
  • eventbus.go
  • eventbus_test.go
  • eventfactory.go
  • eventfactory_test.go
  • eventhandler.go
  • eventhandler_test.go
  • LICENSE.md
  • README.md
  • repository.go
  • repository_test.go
  • streamnamer.go
  • streamnamer_test.go
  • ycq.go
  • ycq_test.go
// repository documentation