MCPcopy
hub / github.com/micro/go-micro / transportHandler

Struct transportHandler

transport/grpc/proto/transport.pb.micro.go:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119type transportHandler struct {
120 TransportHandler
121}
122
123func (h *transportHandler) Stream(ctx context.Context, stream server.Stream) error {
124 return h.TransportHandler.Stream(ctx, &transportStreamStream{stream})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected