Skip to content

montag451/go-eventbus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

The eventbus package provides a simple event bus for Go. It features:

  • async/sync publishing
  • flexible event matching mechanism (exact match, wildcard, regex, ...)

Usage

See eventbus_example_test.go for an example of how to use this package

Documentation

You can find the documentation of the package here