package
module
Version:
v0.0.0-...-4dee6f7
Opens a new window with list of versions in this module.
Published: Feb 5, 2025
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 5
Opens a new window with list of known importers.
Documentation
¶
Package recovery 提供适配 tRPC 的捕获异常工具
func CatchPanic(opts ...Option)
CatchPanic 捕获异常
type Option func(opt *option)
Option 表示额外参数
WithCallback 出现 panic 时回调
WithErrorLog 在 panic 时打印详细的错误日志
WithMetrics 当 panic 时调用 metrics.Counter(key).Incr()
PanicCallback 发生 panic 时的回调函数
Source Files
¶
Click to show internal directories.
Click to hide internal directories.