Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InternalDebugHandlers ¶
func InternalDebugHandlers(deps debugHandlersDeps) []partial.HTTPHandlerPatternPair
InternalDebugHandlers defines internal debug handlers
- dump heap
- expvar
- running stats
func InternalProfileHandlerFunctions ¶
func InternalProfileHandlerFunctions() []partial.HTTPHandlerFuncPatternPair
InternalProfileHandlerFunctions profile handlers
func SelfHandlers ¶
func SelfHandlers(deps selfHandlerDeps) []partial.HTTPHandlerPatternPair
SelfHandlers this service information handlers
Types ¶
type DebugHandlers ¶
type DebugHandlers interface { DebugVars() http.Handler Stats() http.HandlerFunc DumpFunc() http.HandlerFunc }
DebugHandlers different debug handlers
Click to show internal directories.
Click to hide internal directories.