| 840 | } |
| 841 | |
| 842 | type v1AlphaClientStreamAdapter struct { |
| 843 | v1alphareflectiongrpc.ServerReflection_ServerReflectionInfoClient |
| 844 | } |
| 845 | |
| 846 | func (s v1AlphaClientStreamAdapter) Send(request *v1reflectionpb.ServerReflectionRequest) error { |
| 847 | return s.ServerReflection_ServerReflectionInfoClient.Send(internal.V1ToV1AlphaRequest(request)) |
nothing calls this directly
no outgoing calls
no test coverage detected