DebugModule defines a http provider for container.Container. It calls pprof underneath. For instance, `/debug/pprof/cmdline` invokes pprof.Cmdline
| 9 | // DebugModule defines a http provider for container.Container. It calls pprof underneath. For instance, |
| 10 | // `/debug/pprof/cmdline` invokes pprof.Cmdline |
| 11 | type DebugModule struct{} |
| 12 | |
| 13 | // ProvideHTTP implements container.HTTPProvider |
| 14 | func (d DebugModule) ProvideHTTP(router *mux.Router) { |
nothing calls this directly
no outgoing calls
no test coverage detected