khenaidoo | a46458b | 2021-12-15 16:50:44 -0500 | [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 |