heliconialabs / abap-protobuf

ABAP protobuf/gRPC
MIT License
3 stars 0 forks source link

service definition #20

Open jmoutreux opened 9 months ago

jmoutreux commented 9 months ago

Hello i will try to use the tool but i have difficulty to adapt for my case :

in proto file i have a service definition

// The greeting service definition. service Greeter { // Sends a greeting rpc SayHello (HelloRequest) returns (HelloReply); }

do you know how to parse ?

larshp commented 9 months ago

as a workaround, I suggest doing the service manually