MCPcopy
hub / github.com/labstack/echo / Next

Method Next

middleware/proxy.go:103–103  ·  view source on GitHub ↗
(c *echo.Context)

Source from the content-addressed store, hash-verified

101 AddTarget(target *ProxyTarget) bool
102 RemoveTarget(targetName string) bool
103 Next(c *echo.Context) (*ProxyTarget, error)
104}
105
106type commonBalancer struct {

Callers 3

ToMiddlewareMethod · 0.65

Implementers 2

customBalancermiddleware/proxy_test.go
sequenceBalancermiddleware/proxy_test.go

Calls

no outgoing calls