Closed leonardge closed 4 years ago
This is great man it's good to have the proto files there! 👍 Just one comment, can you update your PR to remove the pygate
folder since the python files in there are empty anyway? We can generate the python code in the pygate_grpc
folder for the implementation. :)
Fixed.
Awesome. LGTM!
We should add in add the
.proto
and then generate the client Python code using the add in proto. And we can create some helper function that calls the client code.In this PR, I have added the:
part of the generated code.