MCPcopy
hub / github.com/nats-io/nats.go / testSkipTLSDialer

Struct testSkipTLSDialer

test/ws_test.go:357–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355}
356
357type testSkipTLSDialer struct {
358 dialer *net.Dialer
359 skipTLS bool
360}
361
362func (sd *testSkipTLSDialer) Dial(network, address string) (net.Conn, error) {
363 return sd.dialer.Dial(network, address)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected