Skip to content

v0.11.4

Compare
Choose a tag to compare
@VojtechVitek VojtechVitek released this 20 Jul 14:50
· 59 commits to master since this release
856d281
Fix uppercase method input/return arguments in server code too (#23)

Follow up for #22.

This change matches the TypeScript generator:
https://github.com/webrpc/gen-typescript/blob/master/types.go.tmpl#L51-L63

Given the following schema:

  service ExampleService
    - GetUser(UserID: uint64) => (USER: User)

The golang generator wrongly generated "userID" and "uSER" arguments over JSON.