package
0.0.2
Repository: https://github.com/guoxinl/gcomponent.git
Documentation: pkg.go.dev

# Functions

Ginzap returns a gin.HandlerFunc (middleware) that logs requests using uber-go/zap.
No description provided by the author
No description provided by the author
RecoveryWithZap returns a gin.HandlerFunc (middleware) that recovers from any panics and logs requests using uber-go/zap.

# Structs

No description provided by the author
Controllers Here can use gin.Engine and gin.RouterGroup.
No description provided by the author
Result Http result.
ResultMessage 响应码对象.

# Interfaces

ControllerConfiguration Register the Controller with the gin.RouterGroup route.
ResultBuilder request 1.

# Type aliases

Controller Implement Controller coding the interface.