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

Method Scheme

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

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.

()

Source from the content-addressed store, hash-verified

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.

Calls

no outgoing calls