(ctx context.Context, req *ExportRequest)
| 6366 | return nil, status.Errorf(codes.Unimplemented, "method Restore not implemented") |
| 6367 | } |
| 6368 | func (*UnimplementedWorkerServer) Export(ctx context.Context, req *ExportRequest) (*ExportResponse, error) { |
| 6369 | return nil, status.Errorf(codes.Unimplemented, "method Export not implemented") |
| 6370 | } |
| 6371 | func (*UnimplementedWorkerServer) ReceivePredicate(srv Worker_ReceivePredicateServer) error { |
| 6372 | return status.Errorf(codes.Unimplemented, "method ReceivePredicate not implemented") |
| 6373 | } |
nothing calls this directly
no outgoing calls
no test coverage detected