77fc793d5b
* feat(grpc): reflection option and native gRPC example Add grpcserver.Reflection() to register go-micro handlers with gRPC's reflection service, and examples/grpc showing a go-micro v6 service callable by grpcurl and any standard gRPC client. Resolves micro/go-micro#4880 * docs(grpc): native gRPC compatibility guide with reflection Update grpc-compatibility guide for the reflection option and server.Name placement on the gRPC server; remove duplicated intro text on ai-integration and add client-server description.