UnimplementedUpstreamServer must be embedded to have forward compatible implementations.
| 566 | |
| 567 | // UnimplementedUpstreamServer must be embedded to have forward compatible implementations. |
| 568 | type UnimplementedUpstreamServer struct { |
| 569 | } |
| 570 | |
| 571 | func (UnimplementedUpstreamServer) Checksums(context.Context, *TouchPaths) (*PathsChecksum, error) { |
| 572 | return nil, status.Errorf(codes.Unimplemented, "method Checksums not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected