fullstorydev / grpcui

An interactive web UI for gRPC, along the lines of postman
MIT License
5.25k stars 388 forks source link

new methods for collecting methods and files from in-process server #161

Closed jhump closed 2 years ago

jhump commented 2 years ago

This adds helpers that can be used when embedding gRPC UI in a Go server that is also a gRPC server. The new methods provide ways to pull the method list of list of all files from the gRPC server itself.