MCPcopy
hub / github.com/iron-io/functions / Next

Method Next

api/server/middleware.go:32–32  ·  view source on GitHub ↗

Middleware can call Next() explicitly to call the next middleware in the chain. If Next() is not called and an error is not returned, Next() will automatically be called.

()

Source from the content-addressed store, hash-verified

30 context.Context
31 // Middleware can call Next() explicitly to call the next middleware in the chain. If Next() is not called and an error is not returned, Next() will automatically be called.
32 Next()
33 // Index returns the index of where we're at in the chain
34 Index() int
35}

Callers 14

GetAppsMethod · 0.65
InsertRouteMethod · 0.65
GetRoutesMethod · 0.65
GetRoutesByAppMethod · 0.65
GetAppsMethod · 0.65
InsertRouteMethod · 0.65
GetRoutesMethod · 0.65
GetRoutesByAppMethod · 0.65
GetRoutesMethod · 0.65
StartMethod · 0.65
prepareMiddlewareFunction · 0.65
SetupJwtAuthFunction · 0.65

Implementers 1

middlewareContextImplapi/server/middleware.go

Calls

no outgoing calls

Tested by

no test coverage detected