docs: comment for V1AlphaRoute

This commit is contained in:
Jason Song 2022-12-12 13:45:09 +08:00
parent 705fbb46d5
commit d41fb40fb5
No known key found for this signature in database
GPG Key ID: 8402EEEE4511A8B5

View File

@ -34,6 +34,7 @@ func V1Route() (string, http.Handler) {
func V1AlphaRoute() (string, http.Handler) {
// grpcV1Alpha
// to support tools that haven't updated to the v1 API
return grpcreflect.NewHandlerV1Alpha(
grpcreflect.NewStaticReflector(allServices...),
compress1KB,