anz-bank / sysl-go

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

Allow downstream api to return sequences. #180

Closed springwiz closed 4 years ago

springwiz commented 4 years ago

Generated go code was incorrect when a sysl endpoint returned a sequence of sysl types defined in the same app. The change fixes that:

  1. Arrai transform fixes.
  2. Test cases updates.
  3. Generated go code updated.

Fixes #175