| 117 | } |
| 118 | |
| 119 | type transportHandler struct { |
| 120 | TransportHandler |
| 121 | } |
| 122 | |
| 123 | func (h *transportHandler) Stream(ctx context.Context, stream server.Stream) error { |
| 124 | return h.TransportHandler.Stream(ctx, &transportStreamStream{stream}) |
nothing calls this directly
no outgoing calls
no test coverage detected