Skip to content
#

grpc-go

Here are 409 public repositories matching this topic...

Bluskript
Bluskript commented Oct 7, 2020

There is an issue with protobuf generation where protocol versions do not output into version folders. Generation script is genprotos.sh. Here is some example current behavior:

profile/v1/profile.proto outputs to profile/profile.pb.go
profile/v1/core.proto outputs to profile/core.pb.go
profile/v1/foundation.proto outputs to profile/foundation.pb.go

Here is some example expect

ekhabarov
ekhabarov commented Dec 20, 2019

At the moment this plugin generates two files for each processed *.proto file with names:

  • <protofile>_transformer.go
  • options.go

In this case it's hard to say were these files auto-generated or weren't by its names.

Use additional file extension for auto-generated files: *.pb.st.go, as a result files should be named as :

  • <protofile>.pb.st.go
  • options.pb.st.go

Improve this page

Add a description, image, and links to the grpc-go topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the grpc-go topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.