(ctx context.Context, network, addr string)
| 1669 | |
| 1670 | type coderConnectDialer interface { |
| 1671 | DialContext(ctx context.Context, network, addr string) (net.Conn, error) |
| 1672 | } |
| 1673 | |
| 1674 | func WithTestOnlyCoderConnectDialer(ctx context.Context, dialer coderConnectDialer) context.Context { |
no outgoing calls