| 867 | |
| 868 | type testContextKey string |
| 869 | type customBalancer struct { |
| 870 | target *ProxyTarget |
| 871 | } |
| 872 | |
| 873 | func (b *customBalancer) AddTarget(target *ProxyTarget) bool { |
| 874 | return false |
nothing calls this directly
no outgoing calls
no test coverage detected