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

Method RemoveTarget

middleware/proxy.go:102–102  ·  view source on GitHub ↗
(targetName string)

Source from the content-addressed store, hash-verified

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

Callers 2

TestProxyFunction · 0.65

Implementers 2

customBalancermiddleware/proxy_test.go
sequenceBalancermiddleware/proxy_test.go

Calls

no outgoing calls

Tested by 2

TestProxyFunction · 0.52