We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e833a commit 239dde4Copy full SHA for 239dde4
grpcurl.go
@@ -28,6 +28,7 @@ import (
28
"google.golang.org/grpc/credentials"
29
"google.golang.org/grpc/credentials/insecure"
30
xdsCredentials "google.golang.org/grpc/credentials/xds"
31
+ _ "google.golang.org/grpc/health" // import grpc/health to enable transparent client side checking
32
"google.golang.org/grpc/metadata"
33
protov2 "google.golang.org/protobuf/proto"
34
"google.golang.org/protobuf/types/descriptorpb"
0 commit comments