Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 361 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 361 Bytes

CQRS

codecov

A simple bus pattern including command bus, query bus and event bus which are used for CQRS architecture pattern.

This library was inspired by lana/go-commandbus.