()
| 28 | } |
| 29 | |
| 30 | func (w *WrappedServerStream) Context() context.Context { |
| 31 | return w.WrappedContext |
| 32 | } |
| 33 | |
| 34 | // WrapServerStream returns a ServerStream that has the ability to overwrite context. |
| 35 | func WrapServerStream(stream grpc.ServerStream) *WrappedServerStream { |
no outgoing calls
no test coverage detected