(t *testing.T)
| 129 | } |
| 130 | |
| 131 | func TestMustProxyWithConfig_emptyBalancerPanics(t *testing.T) { |
| 132 | assert.Panics(t, func() { |
| 133 | ProxyWithConfig(ProxyConfig{Balancer: nil}) |
| 134 | }) |
| 135 | } |
| 136 | |
| 137 | func TestProxyRealIPHeader(t *testing.T) { |
| 138 | // Setup |
nothing calls this directly
no test coverage detected
searching dependent graphs…