//
pkg.gl
Category
github.com/notmeta/osrs.cx
command
package
0.4.1
Repository:
https://github.com/notmeta/osrs.cx.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
12
Dependents
1
Files
698 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.
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.