Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
100
type
ProxyBalancer
interface
{
101
AddTarget(target *ProxyTarget) bool
102
RemoveTarget(targetName string) bool
103
Next(c *echo.Context) (*ProxyTarget, error)
104
}
105
Callers
2
TestProxy
Function · 0.65
TestProxyWithNoTargetReturnsBadGateway
Function · 0.65
Implementers
2
customBalancer
middleware/proxy_test.go
sequenceBalancer
middleware/proxy_test.go
Calls
no outgoing calls
Tested by
2
TestProxy
Function · 0.52
TestProxyWithNoTargetReturnsBadGateway
Function · 0.52