package
0.0.0-20240116202240-f0c8f26c2ddb
Repository: https://github.com/davidkirshbom/cvspecificator.git
Documentation: pkg.go.dev

# Functions

New returns a new Discord message route mux.

# Structs

Context holds a bit of extra data we pass along to route handlers This way processing some of this only needs to happen once.
No description provided by the author
Mux is the main struct for all mux methods.
Route holds information about a specific message route handler.

# Type aliases

HandlerFunc is the function signature required for a message route handler.