HTTPServerArgs contains arguments needed by an HTTP server that is exporting a pprof web interface.
| 64 | // HTTPServerArgs contains arguments needed by an HTTP server that |
| 65 | // is exporting a pprof web interface. |
| 66 | type HTTPServerArgs plugin.HTTPServerArgs |
| 67 | |
| 68 | // Options groups all the optional plugins into pprof. |
| 69 | type Options struct { |
nothing calls this directly
no outgoing calls
no test coverage detected