//
pkg.gl
Category
github.com/davidKirshbom/cvSpecificator
x
mux
package
0.0.0-20240116202240-f0c8f26c2ddb
Repository:
https://github.com/davidkirshbom/cvspecificator.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
11
Dependents
1
Files
391 SLOC
#
Functions
New
New returns a new Discord message route mux.
#
Structs
Context
Context holds a bit of extra data we pass along to route handlers This way processing some of this only needs to happen once.
Dialog
No description provided by the author
Mux
Mux is the main struct for all mux methods.
Route
Route holds information about a specific message route handler.
#
Type aliases
HandlerFunc
HandlerFunc is the function signature required for a message route handler.