anz-bank / sysl-go

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

Update arrai grpc client/service import transform to support remote protobufs #200

Closed nydrani closed 4 years ago

nydrani commented 4 years ago

Please show some generated code and add test cases.

The generated code doesn't change, it's just an update to how the code generator adds the import. It used to assume that the protobufs are always local to the project, so this is just adding support to remote protobuf code imports.