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

New rule for RPC argument names #436

Open
fmontorsi-equinix opened this issue Sep 30, 2024 · 1 comment
Open

New rule for RPC argument names #436

fmontorsi-equinix opened this issue Sep 30, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@fmontorsi-equinix
Copy link

To enforce consistency, I think it would be useful to enforce via protolint, that e.g.

  • all RPC should take a message whose name ends with "Request"
  • all RPC should produce a message whose name ends with "Response"

similar to what we can do today with SERVICE_NAMES_END_WITH.

@yoheimuta yoheimuta added the enhancement New feature or request label Sep 30, 2024
@yoheimuta
Copy link
Owner

Sounds nice 👍

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

No branches or pull requests

2 participants