MCPcopy
hub / github.com/vulcand/vulcand / TestMiddleware

Struct TestMiddleware

plugin/middleware_test.go:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108type TestMiddleware struct {
109 Field string
110 next http.Handler
111}
112
113func (*TestMiddleware) NewHandler(next http.Handler) (http.Handler, error) {
114 return &TestMiddleware{next: next}, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected