mirror of https://github.com/grpc/grpc-go.git
Import grpclb package in the interop client (#2155)
This can allow the interop client to start running in scenarios in which the target is grpclb balanced.
This commit is contained in:
parent
d2f8e5a29d
commit
7e6dc36bea
|
|
@ -24,6 +24,7 @@ import (
|
|||
"strconv"
|
||||
|
||||
"google.golang.org/grpc"
|
||||
_ "google.golang.org/grpc/balancer/grpclb"
|
||||
"google.golang.org/grpc/credentials"
|
||||
"google.golang.org/grpc/credentials/alts"
|
||||
"google.golang.org/grpc/credentials/oauth"
|
||||
|
|
|
|||
Loading…
Reference in New Issue