Scheme returns the scheme supported by this resolver. Scheme is defined at https://github.com/grpc/grpc/blob/master/doc/naming.md. The returned string should not contain uppercase characters, as they will not match the parsed target's scheme as defined in RFC 3986.
()
| 309 | // string should not contain uppercase characters, as they will not match |
| 310 | // the parsed target's scheme as defined in RFC 3986. |
| 311 | Scheme() string |
| 312 | } |
| 313 | |
| 314 | // ResolveNowOptions includes additional information for ResolveNow. |
no outgoing calls