Created
September 25, 2022 16:27
-
-
Save percybolmer/17e44ac6d5e87c86b924a75189aac5b4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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