Documentation ¶
Overview ¶
Package debugger 提供测试和性能测试相关的中间件
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Debugger ¶
type Debugger struct { // Pprof 设置了 net/http/pprof 中与性能测试相关的页面地址前缀 // // 如果此值为空,则表示不会启用这些功能。 Pprof string // Vars 设置了 expvar 中相关的测试数据项地址 // // 如果此值为空,则表示不会启用这些功能。 Vars string }
Debugger 用于调试的中间件
func (*Debugger) Middleware ¶
Middleware 将当前中间件应用于 next
func (*Debugger) MiddlewareFunc ¶
MiddlewareFunc 将当前中间件应用于 next
Click to show internal directories.
Click to hide internal directories.