package
Version:
v1.0.8
Opens a new window with list of versions in this module.
Published: Feb 13, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
GinRecovery recover掉项目可能出现的panic,并使用zap记录相关日志
MiddlewareApiLog 记录框架出入参, 开启链路追踪
type Req struct {
URL string `json:"url"`
Method string `json:"method"`
IP string `json:"ip"`
Path string `json:"path"`
Query interface{} `json:"query"`
Body interface{} `json:"body"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.