Zack Williams | e940c7a | 2019-08-21 14:25:39 -0700 | [diff] [blame^] | 1 | // Package grpcreflect provides GRPC-specific extensions to protobuf reflection. |
| 2 | // This includes a way to access rich service descriptors for all services that |
| 3 | // a GRPC server exports. |
| 4 | // |
| 5 | // Also included is an easy-to-use client for the GRPC reflection service |
| 6 | // (https://goo.gl/2ILAHf). This client makes it easy to ask a server (that |
| 7 | // supports the reflection service) for metadata on its exported services, which |
| 8 | // could be used to construct a dynamic client. (See the grpcdynamic package in |
| 9 | // this same repo for more on that.) |
| 10 | package grpcreflect |