mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
make the progress use payload instead of documents
This commit is contained in:
parent
85577e70cd
commit
f1beb60204
2 changed files with 3 additions and 2 deletions
|
@ -138,6 +138,7 @@ macro_rules! make_atomic_progress {
|
|||
}
|
||||
|
||||
make_atomic_progress!(Document alias AtomicDocumentStep => "document" );
|
||||
make_atomic_progress!(Payload alias AtomicPayloadStep => "payload" );
|
||||
|
||||
#[derive(Debug, Serialize, Clone)]
|
||||
pub struct ProgressView {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue