//
pkg.gl
Category
github.com/CSalih/go-clean-architecture
internal
common
router
package
0.0.0-20230209190747-149b027952b9
Repository:
https://github.com/csalih/go-clean-architecture.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
3
Files
145 SLOC
#
Functions
NewChiRouter
NewChiRouter creates a new router based on chi.
NewGinRouter
NewGinRouter creates a new router based on gin.
#
Structs
Context
Context holds variables between handlers, middlewares.
#
Interfaces
Router
Router is a lightweight abstraction for a http server.
#
Type aliases
HandlerFunc
No description provided by the author