MCPcopy
hub / github.com/grafana/dskit / Wrap

Method Wrap

middleware/middleware.go:14–14  ·  view source on GitHub ↗
(http.Handler)

Source from the content-addressed store, hash-verified

12// to wrap handlers.
13type Interface interface {
14 Wrap(http.Handler) http.Handler
15}
16
17// Func is to Interface as http.HandlerFunc is to http.Handler

Callers 15

TestTracePropagationFunction · 0.65
startingMethod · 0.65
startingMethod · 0.65
waitBeforeJoiningMethod · 0.65
startingMethod · 0.65
startingMethod · 0.65
updatePartitionRingMethod · 0.65
NewTCPTransportFunction · 0.65
CASMethod · 0.65
GetGRPCDialOptionsMethod · 0.65
initModuleMethod · 0.65

Implementers 8

ErrorHandlermiddleware/errorhandler.go
Logmiddleware/logging.go
RouteInjectormiddleware/route_injector.go
pathRewritemiddleware/path_rewrite.go
httpConnectionTTLMiddlewaremiddleware/http_connection_ttl_middlew
Instrumentmiddleware/instrument.go
HeaderAddermiddleware/header_adder.go
Tracermiddleware/http_tracing.go

Calls

no outgoing calls