UnimplementedTransportServer should be embedded to have forward compatible implementations.
| 77 | |
| 78 | // UnimplementedTransportServer should be embedded to have forward compatible implementations. |
| 79 | type UnimplementedTransportServer struct { |
| 80 | } |
| 81 | |
| 82 | func (UnimplementedTransportServer) Stream(Transport_StreamServer) error { |
| 83 | return status.Errorf(codes.Unimplemented, "method Stream not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected