//
pkg.gl
Category
github.com/facily-tech/go-core/http
server
middleware
package
0.3.0
Repository:
https://github.com/facily-tech/go-core.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
8
Dependents
1
Files
131 SLOC
#
Functions
Logger
Logger middleware is a middleware to log everything request that was receved by API.
Recoverer
Recoverer middleware recover panic if it hapens into a request avoiding the application stop due uncacthed panic.