protoc-gen-gorm icon indicating copy to clipboard operation
protoc-gen-gorm copied to clipboard

Prefix requirement for default handlers leads to poor organization

Open daniel-garcia opened this issue 5 years ago • 0 comments

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.

daniel-garcia avatar May 03 '19 07:05 daniel-garcia