Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

protoc-gen-go-drpc: allow to generate service files to dedicated dir #25

Closed
wants to merge 2 commits into from
Closed

protoc-gen-go-drpc: allow to generate service files to dedicated dir #25

wants to merge 2 commits into from

Conversation

vtolstov
Copy link

Signed-off-by: Vasiliy Tolstov [email protected]

@vtolstov
Copy link
Author

this is similar pr for drpc generator as like in grpc-go grpc/grpc-go#5255

@vtolstov
Copy link
Author

mostly this is needed to split generated code from generated protobuf messages code

@vtolstov
Copy link
Author

also with this changes you can rename client and server interfaces do not have prefix DRPC

@ifraixedes ifraixedes requested a review from zeebo March 21, 2022 10:07
@ifraixedes ifraixedes added the enhancement New feature or request label Mar 21, 2022
@vtolstov
Copy link
Author

@zeebo any chance to get this merged?
my use-case - split all generated code for grpc, drpc in different dirs

@zeebo
Copy link
Collaborator

zeebo commented Apr 24, 2022

Sorry I missed all this. Taking a look now.

@zeebo
Copy link
Collaborator

zeebo commented Apr 24, 2022

So I took a look at the grpc PR, and they had some concerns about the import path. Until that's resolved, can we make this an "unstable_standalone" flag or something?

@unistack-org unistack-org closed this by deleting the head repository Feb 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants