upgrade dependencies #337
Annotations
8 errors
Coverage
cannot use ctx (variable of type context.Context) as grpc_testing.TestServiceClient value in argument to interop.DoEmptyUnaryCall: context.Context does not implement grpc_testing.TestServiceClient (missing method CacheableUnaryCall)
|
Coverage
cannot use client (variable of type grpc_testing.TestServiceClient) as "google.golang.org/grpc".CallOption value in argument to interop.DoEmptyUnaryCall: grpc_testing.TestServiceClient does not implement "google.golang.org/grpc".CallOption (missing method after)
|
Coverage
cannot use ctx (variable of type context.Context) as grpc_testing.TestServiceClient value in argument to interop.DoLargeUnaryCall: context.Context does not implement grpc_testing.TestServiceClient (missing method CacheableUnaryCall)
|
Coverage
cannot use client (variable of type grpc_testing.TestServiceClient) as "google.golang.org/grpc".CallOption value in argument to interop.DoLargeUnaryCall: grpc_testing.TestServiceClient does not implement "google.golang.org/grpc".CallOption (missing method after)
|
Coverage
cannot use ctx (variable of type context.Context) as grpc_testing.TestServiceClient value in argument to interop.DoEmptyStream: context.Context does not implement grpc_testing.TestServiceClient (missing method CacheableUnaryCall)
|
Coverage
cannot use client (variable of type grpc_testing.TestServiceClient) as "google.golang.org/grpc".CallOption value in argument to interop.DoEmptyStream: grpc_testing.TestServiceClient does not implement "google.golang.org/grpc".CallOption (missing method after)
|
Coverage
undefined: grpc.NewClient
|
Coverage
Process completed with exit code 1.
|
Loading