-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
I'm converting a legacy system from Python into Go, and I have some restrictions on the method names that don't work with Go's RPC layer and rpc-codec. The legacy method names are all lowercase and do not have a namespace structure "namespace.method". rpc-codec works great for me with a small hack to add "default." and capitalize the first letter of the method name. Is there an interest in making this part of rpc-codec. If desired, I could change this to a more generic "method transform" callback.
see:
OrangeTux, updogliu, libreoscar and nimoism
Metadata
Metadata
Assignees
Labels
No labels