mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
move payload to own module
This commit is contained in:
parent
834995b130
commit
a838238a63
6 changed files with 79 additions and 75 deletions
|
@ -22,9 +22,9 @@ use update_actor::UpdateActorHandle;
|
|||
pub use updates::*;
|
||||
use uuid_resolver::{error::UuidResolverError, UuidResolverHandle};
|
||||
|
||||
use crate::extractors::payload::Payload;
|
||||
use crate::index::{Checked, Document, SearchQuery, SearchResult, Settings};
|
||||
use crate::option::Opt;
|
||||
use crate::Payload;
|
||||
use error::Result;
|
||||
|
||||
use self::dump_actor::load_dump;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue