| 41 | } |
| 42 | |
| 43 | type v1AlphaServerStreamAdapter struct { |
| 44 | v1alphareflectiongrpc.ServerReflection_ServerReflectionInfoServer |
| 45 | } |
| 46 | |
| 47 | func (s v1AlphaServerStreamAdapter) Send(response *v1reflectionpb.ServerReflectionResponse) error { |
| 48 | return s.ServerReflection_ServerReflectionInfoServer.Send(internal.V1ToV1AlphaResponse(response)) |
nothing calls this directly
no outgoing calls
no test coverage detected