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

Struct skipTLSDialer

example_test.go:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48type skipTLSDialer struct {
49 dialer *net.Dialer
50 skipTLS bool
51}
52
53func (sd *skipTLSDialer) Dial(network, address string) (net.Conn, error) {
54 return sd.dialer.Dial(network, address)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected