MCPcopy Create free account
hub / github.com/codnect/procyon / Invoke

Method Invoke

http/middleware.go:21–21  ·  view source on GitHub ↗
(ctx *Context, next RequestDelegate)

Source from the content-addressed store, hash-verified

19// handler chain but has no access to the structured Result.
20type Middleware interface {
21 Invoke(ctx *Context, next RequestDelegate) error
22}
23
24// routingMiddleware is responsible for matching the incoming request

Callers 4

buildChainFunction · 0.65
LoadFunction · 0.65
TestConstructor_InvokeFunction · 0.65
createInstanceMethod · 0.65

Implementers 3

routingMiddlewarehttp/middleware.go
endpointMiddlewarehttp/middleware.go
Constructorcomponent/constructor.go

Calls

no outgoing calls

Tested by 1

TestConstructor_InvokeFunction · 0.52