package
0.4.1
Repository: https://github.com/notmeta/osrs.cx.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.
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.