Govent is an event bus framework for DDD event source implement.
Govent can also solve the package circular dependency problem.
It requires Go 1.16 or newer. With Go 1.5, no external dependencies are used.
Govent supports:
- Event Consumer Register By Topic
- Message Pushed By Topic
- Message Consume
go get github.com/wizizm/govent
See the examples in the documentation.
Contributions are more than welcome!