Home
last modified time | relevance | path

Searched defs:passthroughResolver (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/google.golang.org/grpc/resolver/passthrough/
Dpassthrough.go42 type passthroughResolver struct { struct
43 target resolver.Target
44 cc resolver.ClientConn
47 func (r *passthroughResolver) start() {
51 func (*passthroughResolver) ResolveNow(o resolver.ResolveNowOption) {}
53 func (*passthroughResolver) Close() {}