blob: ec7bd029e598b7896d90933fbca226a83d4dae61 [file] [log] [blame]
khenaidooefff76e2021-12-15 16:51:30 -05001// 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.)
10package grpcreflect