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

Method Dial

example_test.go:53–55  ·  example_test.go::skipTLSDialer.Dial
(network, address string)

Source from the content-addressed store, hash-verified

51}
52
53func (sd *skipTLSDialer) Dial(network, address string) (net.Conn, error) {
54 return sd.dialer.Dial(network, address)
55}
56
57func (sd *skipTLSDialer) SkipTLSHandshake() bool {
58 return sd.skipTLS

Callers

nothing calls this directly

Implementers 2

skipTLSDialerexample_test.go
testSkipTLSDialertest/ws_test.go

Calls 1

DialMethod · 0.65

Tested by

no test coverage detected