package
0.0.0-20210416012419-e61b1a0c30e0
Repository: https://github.com/charm-jp/api2go.git
Documentation: pkg.go.dev
# Functions
Gin creates a new api2go router to use with the gin framework.
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
HandlerFunc must contain all params from the route in the form key,value.