type google.golang.org/grpc/internal/resolver/passthrough.passthroughBuilder
4 uses
google.golang.org/grpc/internal/resolver/passthrough (current package)
passthrough.go#L27: type passthroughBuilder struct{}
passthrough.go#L29: func (*passthroughBuilder) Build(target resolver.Target, cc resolver.ClientConn, opts resolver.BuildOptions) (resolver.Resolver, error) {
passthrough.go#L38: func (*passthroughBuilder) Scheme() string {
passthrough.go#L56: resolver.Register(&passthroughBuilder{})
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |