package
1.3.2
Repository: https://github.com/oliosinter/go-events-bus.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewEventsEmitter creates new EventsEmitter.

# Structs

EventsEmitter implements events listener and events emitter operations for events UserRegistration, ProductUpdate, CombinedEvent.
UserInfo is a struct for UserRegistration example event.

# Interfaces

Events is a an interface that will be used to generate events bus.
EventsBus is a client side of event bus that allows subscribe to UserRegistration, ProductUpdate, CombinedEvent events.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author