grpc测试工具
https://github.com/ktr0731/evans
https://zhuanlan.zhihu.com/p/424825387
evans 工具
安装
go install github.com/ktr0731/evans@latest
使用
evans -p 7500 .\pb\user.proto > show package // 显示包名 > show service // 显示服务名 > call userService // 调用方法
grpc测试工具
https://github.com/ktr0731/evans
https://zhuanlan.zhihu.com/p/424825387
安装
go install github.com/ktr0731/evans@latest
使用
evans -p 7500 .\pb\user.proto
> show package // 显示包名
> show service // 显示服务名
> call userService // 调用方法