Skip to content
/ govent Public

Govent is an event bus framework for DDD event source implement. Govent can also solve the package circular dependency problem.

License

Notifications You must be signed in to change notification settings

wizizm/govent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Govent

Introduction

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.

Features

Govent supports:

  • Event Consumer Register By Topic
  • Message Pushed By Topic
  • Message Consume

Download

go get github.com/wizizm/govent

Examples

See the examples in the documentation.

Contribute

Contributions are more than welcome!

License

MIT

About

Govent is an event bus framework for DDD event source implement. Govent can also solve the package circular dependency problem.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages