Skip to content

Files

Latest commit

Oct 7, 2024
5fd9853 · Oct 7, 2024

History

History

reflection

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 7, 2024
Jan 25, 2019

Reflection

This example shows how reflection can be registered on a gRPC server.

See https://github.com/grpc/grpc-go/blob/master/Documentation/server-reflection-tutorial.md for a tutorial.

Try it

go run server/main.go

There are multiple existing reflection clients.

To use gRPC CLI, follow https://github.com/grpc/grpc-go/blob/master/Documentation/server-reflection-tutorial.md#grpc-cli.

To use grpcurl, see https://github.com/fullstorydev/grpcurl.