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

Struct customDialer

test/conn_test.go:1776–1778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1774}
1775
1776type customDialer struct {
1777 ch chan bool
1778}
1779
1780func (cd *customDialer) Dial(network, address string) (net.Conn, error) {
1781 cd.ch <- true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected