Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Created September 25, 2022 16:27
Show Gist options
  • Save percybolmer/17e44ac6d5e87c86b924a75189aac5b4 to your computer and use it in GitHub Desktop.
Save percybolmer/17e44ac6d5e87c86b924a75189aac5b4 to your computer and use it in GitHub Desktop.
// setupEventHandlers configures and adds all handlers
func (m *Manager) setupEventHandlers() {
m.handlers[EventSendMessage] = SendMessageHandler
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment