UnimplementedDownstreamServer must be embedded to have forward compatible implementations.
| 285 | |
| 286 | // UnimplementedDownstreamServer must be embedded to have forward compatible implementations. |
| 287 | type UnimplementedDownstreamServer struct { |
| 288 | } |
| 289 | |
| 290 | func (UnimplementedDownstreamServer) Download(Downstream_DownloadServer) error { |
| 291 | return status.Errorf(codes.Unimplemented, "method Download not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected