package
1.0.2
Repository: https://github.com/ravior/gserver.git
Documentation: pkg.go.dev

# Functions

New returns new eventBus with empty handlers.

# Structs

EventBus box for handlers and callbacks.

# Interfaces

Bus englobes global (subscribe, publish, control) bus behavior.
BusController defines bus control behavior (checking handler's presence, synchronization).
BusPublisher defines publishing-related bus behavior.
BusSubscriber defines subscription-related bus behavior.