1
0
Fork 0
mirror of https://github.com/Luzifer/nginx-sso.git synced 2024-10-18 15:44:21 +00:00
nginx-sso/vendor/google.golang.org/grpc/examples/features/reflection/README.md
Knut Ahlers 9b3c895c04
Update dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-04-22 06:44:07 +02:00

475 B

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.