tokio-rs / prost

PROST! a Protocol Buffers implementation for the Rust Language
Apache License 2.0
3.78k stars 489 forks source link

How to customize grpc method uri #973

Closed caibirdme closed 6 months ago

caibirdme commented 7 months ago
service Foo {
  rpc hello(xx) return xx;
}

How can I set the generated grpc uri for hello method is whatever.i.want.to.set.FooService/hi

caspermeijn commented 6 months ago

I am not sure what you are asking.