# 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.