MCPcopy Index your code
hub / github.com/dreamsofcode-io/zenstats / Middleware

FuncType Middleware

internal/middleware/middleware.go:10–10  ·  view source on GitHub ↗

Middleware defines the middleware type. Functions in this package that provide a middleware should return this type.

func(next http.Handler) http.Handler

Source from the content-addressed store, hash-verified

8// Middleware defines the middleware type. Functions in this
9// package that provide a middleware should return this type.
10type Middleware func(next http.Handler) http.Handler
11
12// Chain creates a middleware that composes all of the internal chained
13// middleware

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected