package
0.0.0-20200416044943-d22e7c36ff52
Repository: https://github.com/albertwidi/go-project-example.git
Documentation: pkg.go.dev

# README

Router

Is a wrapper for Gorilla mux

# Functions

New router.
NewChainedMiddleware function.

# Structs

ChainedMiddlewares type.
Options of router.
Router struct.

# Type aliases

HandlerFunc to handle http request.
MiddlewareFunc to handle middleware chaining.