protolint icon indicating copy to clipboard operation
protolint copied to clipboard

New rule for RPC argument names

Open fmontorsi-equinix opened this issue 1 year ago • 1 comments

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.

fmontorsi-equinix avatar Sep 30 '24 10:09 fmontorsi-equinix

Sounds nice 👍

yoheimuta avatar Sep 30 '24 10:09 yoheimuta