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

Struct checkPoolUpdatedDialer

test/cluster_test.go:672–676  ·  test/cluster_test.go::checkPoolUpdatedDialer

Source from the content-addressed store, hash-verified

670}
671
672type checkPoolUpdatedDialer struct {
673 conn net.Conn
674 first, final bool
675 ra int
676}
677
678func (d *checkPoolUpdatedDialer) Dial(network, address string) (net.Conn, error) {
679 doReal := false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected