package
0.0.0-20201111195216-bea9a6651132
Repository: https://github.com/lfoss0612/demoapp.git
Documentation: pkg.go.dev

# Functions

GetRoutePattern Returns the Pattern of the route used to match.
New provides a new Server.

# Structs

Server wires up routes and starts api server.

# Interfaces

Route Interface.

# Type aliases

HandlerFunc function to handle route.
MiddlewareFunc alias for mux MiddlewareFunc.