aurae-runtime / aurae

Distributed systems runtime daemon written in Rust.
https://aurae.io
Apache License 2.0
1.85k stars 91 forks source link

Add go_package to v0 api proto #246

Closed manuelcoppotelli closed 1 year ago

manuelcoppotelli commented 1 year ago

In order to implement the gRPC go client, as per aurae-runtime/ae#13, it would be nice to add the go_package option to the proto files. So that, the generated stubs are put in the correct go package.