MCPcopy
hub / github.com/grpc/grpc-go / Build

Method Build

resolver/resolver.go:306–306  ·  view source on GitHub ↗

Build creates a new resolver for the given target. gRPC dial calls Build synchronously, and fails if the returned error is not nil.

(target Target, cc ClientConn, opts BuildOptions)

Source from the content-addressed store, hash-verified

304 // gRPC dial calls Build synchronously, and fails if the returned error is
305 // not nil.
306 Build(target Target, cc ClientConn, opts BuildOptions) (Resolver, error)
307 // Scheme returns the scheme supported by this resolver. Scheme is defined
308 // at https://github.com/grpc/grpc/blob/master/doc/naming.md. The returned
309 // string should not contain uppercase characters, as they will not match

Calls

no outgoing calls