# Functions
DebugBuildHandler is an [echo.HandlerFunc] that returns build information.
DebugConfigHandler is an [echo.HandlerFunc] that returns config information.
DebugRoutesHandler is an [echo.HandlerFunc] that returns routing information.
DebugVersionHandler is an [echo.HandlerFunc] that returns version information.
HealthCheckHandler is an [echo.HandlerFunc] returns the execution result of a [healthcheck.Checker] for a [healthcheck.ProbeKind].
PprofAllocsHandler is an [echo.HandlerFunc] for pprof allocs.
PprofBlockHandler is an [echo.HandlerFunc] for pprof block.
PprofCmdlineHandler is an [echo.HandlerFunc] for pprof cmdline.
PprofGoroutineHandler is an [echo.HandlerFunc] for pprof goroutine.
PprofHeapHandler is an [echo.HandlerFunc] for pprof heap.
PprofIndexHandler is an [echo.HandlerFunc] for pprof index dashboard.
PprofMutexHandler is an [echo.HandlerFunc] for pprof mutex.
PprofProfileHandler is an [echo.HandlerFunc] for pprof profile.
PprofSymbolHandler is an [echo.HandlerFunc] for pprof symbol.
PprofThreadCreateHandler is an [echo.HandlerFunc] for pprof threadcreate.
PprofTraceHandler is an [echo.HandlerFunc] for pprof trace.