package
1.0.13
Repository: https://github.com/eientei/jaroid.git
Documentation: pkg.go.dev

# Functions

NewRouter returns new router instance.

# Variables

ErrNotMatched is returned when unknown command is issued.

# Structs

Context simplifies request handling.
Group groups a number of routes.
Reply keeps track of user requests and bot replies.
Route describes command route.
Router implements routing dispatch.

# Type aliases

Args provide abstraction for getting arguments.
GroupSorterFunc provides sorting for groups.
HandlerFunc implements command execution.
MatcherFunc implements matching message.
MiddlewareFunc implements command wrapping.
RouteSorterFunc provides sorting for routes.