MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / Wrap

Method Wrap

pkg/log/middleware.go:22–22  ·  view source on GitHub ↗

Wrap decorates the next handler by doing some extra work.

(next Handler)

Source from the content-addressed store, hash-verified

20type Middleware interface {
21 // Wrap decorates the next handler by doing some extra work.
22 Wrap(next Handler) Handler
23}
24
25// MiddlewareFunc is a function that implements Middleware.

Callers 1

UseMethod · 0.65

Implementers 4

keyServicepkg/crypto/keyservice.go
mockKeyServicepkg/crypto/cryptoutil/keyservice_cache
Sentrypkg/log/middleware/sentry/sentry.go
observabilitypkg/log/middleware/observability/obser

Calls

no outgoing calls

Tested by

no test coverage detected