For example I have an API using SSE and I use map[string]chan Event to control events between connections, the map key is a unique ID and I use channel to send
map[string]chan Event