Hi,
Suppose I have a class and it's base class. I'm writing the protobuf
protocol to use their methods.
class Base{
}
class Foo:Base{
}
They share some functionality, is there a way to avoid rewriting code by
passing the service?
For example:
service BaseProto{
rpc SomeFunction()
}
service FooProto{
**Passing the service here instead of rewriting SomeFunction()
}
--
You received this message because you are subscribed to the Google Groups
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/protobuf/da15a37b-a0b7-4125-94ec-b7e831658459%40googlegroups.com.