/go-eventbus

A simple event bus for Go

Primary LanguageGoMIT LicenseMIT

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