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

Include common (frequently used) .proto files as static files #60

Open
bradleyjkemp opened this issue Sep 18, 2019 · 0 comments
Open

Include common (frequently used) .proto files as static files #60

bradleyjkemp opened this issue Sep 18, 2019 · 0 comments
Labels
grpc-dump ready for development Issues which are ready to be implemented

Comments

@bradleyjkemp
Copy link
Owner

Definitions such as google/longrunning/operations.proto should be baked into the tools so that it's easier to run grpc-dump/etc. by just pointing at your own proto files.

This should be implemented via a custom file loader in the proto parser which uses static files if real ones cannot be found. (real ones should still take priority if they exist)

@bradleyjkemp bradleyjkemp added ready for development Issues which are ready to be implemented grpc-dump labels Sep 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
grpc-dump ready for development Issues which are ready to be implemented
Projects
None yet
Development

No branches or pull requests

1 participant