anz-bank / sysl-go

Communication library used by SYSL-generated code written in Go.
Apache License 2.0
10 stars 14 forks source link

include endpoint params in method name #110 #114

Closed tiagralee closed 4 years ago

tiagralee commented 4 years ago

Generate method name to include route params

Add an example in simple.sysl Fixes the svc_handler transform. Fixes the svc_interface transform. Fixes the svc_client transform. Fixes the svc_type transform. Fixes the svc_router transform.

Closes #110

ghost commented 4 years ago

Looks good, but its a breaking change so beware :) would be nice if it was only added if required, or toggled on, but thanks!