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)
| 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 |
no outgoing calls