linting fixes
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
e13e329abc
commit
e2e6425e65
2
grpc.go
2
grpc.go
@ -178,7 +178,7 @@ func (g *grpcServer) handler(srv interface{}, stream grpc.ServerStream) error {
|
|||||||
|
|
||||||
fullMethod, ok := grpc.MethodFromServerStream(stream)
|
fullMethod, ok := grpc.MethodFromServerStream(stream)
|
||||||
if !ok {
|
if !ok {
|
||||||
return grpc.Errorf(codes.Internal, "method does not exist in context")
|
return status.Errorf(codes.Internal, "method does not exist in context")
|
||||||
}
|
}
|
||||||
|
|
||||||
serviceName, methodName, err := mgrpc.ServiceMethod(fullMethod)
|
serviceName, methodName, err := mgrpc.ServiceMethod(fullMethod)
|
||||||
|
Loading…
Reference in New Issue
Block a user