package
0.0.0-20241029210757-30d5ca09e3b0
Repository: https://github.com/ibiscum/cloud-native-programming-with-golang.git
Documentation: pkg.go.dev

# Packages

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

# Functions

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

# Structs

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

# Interfaces

Interface definition for events that are emitted using an EventEmitter Currently, the only requirement is that events are self-describing so that event emitter and listeners can infer an event's name.
EventEmitter describes an interface for a class that emits events.
EventListener describes an interface for a class that can listen to events.
No description provided by the author