(ctx context.Context, numNodes int, handlers proxycore.MockRequestHandlers)
| 415 | } |
| 416 | |
| 417 | func setupProxyTest(ctx context.Context, numNodes int, handlers proxycore.MockRequestHandlers) (tester *proxyTester, proxyContactPoint string, err error) { |
| 418 | return setupProxyTestWithConfig(ctx, numNodes, &proxyTestConfig{handlers: handlers}) |
| 419 | } |
| 420 | |
| 421 | type proxyTestConfig struct { |
| 422 | handlers proxycore.MockRequestHandlers |
no test coverage detected