crossoverJie / ptg

💥Performance testing tool (Go), It is also a GUI gRPC client.
https://crossoverjie.top/2021/11/28/go/go-grpc-client-gui/
327 stars 37 forks source link

Feature: Server reflection #10

Open esiqveland opened 1 year ago

esiqveland commented 1 year ago

Hello, this projects looks like a fantastic idea for a grpc gui client.

I was wondering if you have thought about supporting the grpc server reflection feature?

crossoverJie commented 1 year ago

Yes, but currently only command line calls are supported.

https://github.com/crossoverJie/ptg#grpcunary-call

esiqveland commented 1 year ago

Ok, I was specifically thinking about the UI app

Thanks for your great work on this!

crossoverJie commented 1 year ago

This is a great idea and I will add this feature when I have time.