currently the request is getting a hardcoded request of type res, err := grpcServer.GetUser(ctx, &pb.GetUserRequest{Id: tc.input.Id}) solution , create a field of type pb service request and pass it as a parameter to the server
currently the request is getting a hardcoded request of type
res, err := grpcServer.GetUser(ctx, &pb.GetUserRequest{Id: tc.input.Id})
solution , create a field of type pb service request and pass it as a parameter to the server