# Functions
GetCollector returns single-instance event collector.
NewEvent generate new event with topic and data.
# Constants
event topics.
event topics.
EventChSize is the size of subscriber's read channel.
# Structs
Collector is the struct for posting event.
Event is the struct sent to subscriber.
Meta is the information abount event.
Subscription is a struct used for listening specific topics.
# Type aliases
Topic defines different event topics.