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

Struct customBalancer

middleware/proxy_test.go:869–871  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

867
868type testContextKey string
869type customBalancer struct {
870 target *ProxyTarget
871}
872
873func (b *customBalancer) AddTarget(target *ProxyTarget) bool {
874 return false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected