montag451 / go-eventbus

A simple event bus for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple event bus for Go

License:MIT License


Languages

Language:Go 100.0%