protolint
protolint copied to clipboard
New rule for RPC argument names
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.
Sounds nice 👍