MCPcopy
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
2376type skipTLSDialer interface {
2377 SkipTLSHandshake() bool
2378}
2379
2380// makeTLSConn will wrap an existing Conn using TLS

Callers 1

makeTLSConnMethod · 0.65

Implementers 2

skipTLSDialerexample_test.go
testSkipTLSDialertest/ws_test.go

Calls

no outgoing calls

Tested by

no test coverage detected