package
0.0.0-20191202175525-690ddff2b6ca
Repository: https://github.com/brecode/urllookup.git
Documentation: pkg.go.dev

# Functions

NewRouter returns a new Router with routes defined in this package.
UseRouterDeps returns RouterOption that can inject custom dependencies.

# Structs

Deps introduces the Router dependencies.
Route holds the information of a CRUD operation sets the route pattern and handling function.
Router defines the data structure for the Router.

# Type aliases

RouterOption defines the option function for Router.
Routes contains multiple route structs.