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

Struct testResolverForParser

clientconn_parsed_target_test.go:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47type testResolverForParser struct {
48 resolver.Resolver
49}
50
51func (testResolverForParser) Build(resolver.Target, resolver.ClientConn, resolver.BuildOptions) (resolver.Resolver, error) {
52 return testResolverForParser{}, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected