GRPC Server: Move reflection to a separate gRPC service (#55872)

This commit is contained in:
Todd Treece
2022-09-28 14:00:46 -04:00
committed by GitHub
parent e8ac52ba0f
commit a281c26580
4 changed files with 38 additions and 4 deletions
+1
View File
@@ -344,6 +344,7 @@ var wireBasicSet = wire.NewSet(
orgimpl.ProvideService,
grpcserver.ProvideService,
grpcserver.ProvideHealthService,
grpcserver.ProvideReflectionService,
teamimpl.ProvideService,
tempuserimpl.ProvideService,
loginattemptimpl.ProvideService,