package
0.0.0-20180327163337-f8253d0d8d32
Repository: https://github.com/picatic/api2go.git
Documentation: pkg.go.dev

# Functions

NewHTTPRouter returns a new instance of julienschmidt/httprouter this is the default router when using api2go.

# Structs

HTTPRouter default router implementation for api2go.

# Interfaces

Routeable allows drop in replacement for api2go's router by default, we are using julienschmidt/httprouter but you can use any router that has similiar features e.g.

# Type aliases

Chain is an helper to chain middleware handlers together for an easier management.
No description provided by the author