MCPcopy
hub / github.com/grpc/grpc-go / v1AlphaServerStreamAdapter

Struct v1AlphaServerStreamAdapter

reflection/adapt.go:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43type v1AlphaServerStreamAdapter struct {
44 v1alphareflectiongrpc.ServerReflection_ServerReflectionInfoServer
45}
46
47func (s v1AlphaServerStreamAdapter) Send(response *v1reflectionpb.ServerReflectionResponse) error {
48 return s.ServerReflection_ServerReflectionInfoServer.Send(internal.V1ToV1AlphaResponse(response))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected