protoc-gen-gorm
protoc-gen-gorm copied to clipboard
Prefix requirement for default handlers leads to poor organization
Documentation states that RPC methods starting with Create/Update etc will be used to call default implementations. Having multiple methods that start with a common prefix does not allow for the methods to be grouped appropriately in things like "godoc".
Add support for having methods that have a common Suffix instead.