Skip to content

Use consistent naming for initialisms in internal/tool/grpctool

Improve naming for initialisms ( #468 (closed)) in internal/tool/grpctool. This MR includes the following changes:

  • Use regenerated mocks for InboundGRPCToOutboundHTTPStream
  • Regenerate mocks for InboundGRPCToOutboundHTTPStream
  • Rename InboundGrpcToOutboundHttpStream to InboundGRPCToOutboundHTTPStream in internal/tool/grpctool
  • Rename makeGrpc2http to makeGRPC2http in internal/tool/grpctool
  • Rename test names in inbound_grpc_to_outbound_http_test.go
  • Rename HttpRequestStreamVisitor and HttpResponseStreamVisitor in internal/tool/grpctool/http_stream_vititors.go
  • Rename constats in internal/tool/grpctool/http_stream_vititors.go
  • Rename TestHttpRequest_Header_IsRequestWithoutBody to TestHTTPRequest_Header_IsRequestWithoutBody in internal/tool/grpctool/grpctool_extra_test.go
  • Rename gotEof to gotEOF in internal/tool/grpctool
  • Rename test names in internal/tool/grpctool/grpc_test.go
  • Rename GrpcTestingServer to GRPCTestingServer in internal/tool/grpctool

Merge request reports