Replies: 1 comment 3 replies
-
There is the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there
I'm using prost/tonic for several projects now. However, I'm currently maintaining an open-source library and I'm wondering if it is possible to generate client implementation traits from proto files.
The use-case would be to create a builder pattern for a grpc client but then return an
impl MyClient
instead of a concrete struct type.This, to enable attaching interceptors and setting other options.
It would be nice to have a trait for all methods in a service.
Regards
Beta Was this translation helpful? Give feedback.
All reactions