package
0.9.1
Repository: https://github.com/coding-hui/iam.git
Documentation: pkg.go.dev

# Functions

InitEvent init event bus.
New create an event instance.
No description provided by the author
NewBasic new a basic event instance.
No description provided by the author

# Constants

No description provided by the author

# Structs

No description provided by the author
BasicEvent a built-in implements Event interface.
InProcBus defines the in-process bus structure.
ListenerItem storage a event listener and it's priority value.
ListenerQueue storage sorted Listener instance.

# Interfaces

Bus type defines the bus interface structure.
Cloneable interface.
Event interface.
Listener interface.
Subscriber event subscriber interface.

# Type aliases

ByPriorityItems type.
FactoryFunc for create event instance.
ListenerFunc func definition.