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

Struct lowWriteBufferDialer

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

Source from the content-addressed store, hash-verified

1898}
1899
1900type lowWriteBufferDialer struct{}
1901
1902func (d *lowWriteBufferDialer) Dial(network, address string) (net.Conn, error) {
1903 c, err := net.Dial(network, address)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected