Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nats-io/nats.go
/ Dial
Method
Dial
nats.go:301–301 ·
view source on GitHub ↗
(network, address string)
Source
from the content-addressed store, hash-verified
299
// in order to skip the TLS handshake in case not required.
300
type
CustomDialer
interface
{
301
Dial(network, address string) (net.Conn, error)
302
}
303
304
type
InProcessConnProvider
interface
{
Callers
5
createConn
Method · 0.65
Dial
Method · 0.65
Dial
Method · 0.65
Dial
Method · 0.65
Dial
Method · 0.65
Implementers
5
skipTLSDialer
example_test.go
customDialer
test/conn_test.go
lowWriteBufferDialer
test/conn_test.go
testSkipTLSDialer
test/ws_test.go
checkPoolUpdatedDialer
test/cluster_test.go
Calls
no outgoing calls
Tested by
4
Dial
Method · 0.52
Dial
Method · 0.52
Dial
Method · 0.52
Dial
Method · 0.52