Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nats-io/nats.go
/ SkipTLSHandshake
Method
SkipTLSHandshake
nats.go:2377–2377 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2375
2376
type
skipTLSDialer
interface
{
2377
SkipTLSHandshake() bool
2378
}
2379
2380
// makeTLSConn will wrap an existing Conn using TLS
Callers
1
makeTLSConn
Method · 0.65
Implementers
2
skipTLSDialer
example_test.go
testSkipTLSDialer
test/ws_test.go
Calls
no outgoing calls
Tested by
no test coverage detected