MCPcopy Create free account
hub / github.com/google/go-cloud / Dial

Method Dial

postgres/gcppostgres/gcppostgres.go:187–189  ·  view source on GitHub ↗
(network, address string)

Source from the content-addressed store, hash-verified

185}
186
187func (d dialer) Dial(network, address string) (net.Conn, error) {
188 return d.client.Dial(d.instance)
189}
190
191func (d dialer) DialTimeout(network, address string, timeout time.Duration) (net.Conn, error) {
192 return nil, errors.New("gcppostgres: DialTimeout not supported")

Callers 6

initRabbitFunction · 0.45
newNativeCodecFunction · 0.45
ExampleOpenTopicFunction · 0.45
ExampleOpenSubscriptionFunction · 0.45
mustDialRabbitFunction · 0.45
defaultConnMethod · 0.45

Calls

no outgoing calls

Tested by 5

initRabbitFunction · 0.36
newNativeCodecFunction · 0.36
ExampleOpenTopicFunction · 0.36
ExampleOpenSubscriptionFunction · 0.36
mustDialRabbitFunction · 0.36