move payload to own module

This commit is contained in:
marin postma 2021-06-23 14:56:02 +02:00
parent 834995b130
commit a838238a63
No known key found for this signature in database
GPG key ID: 6088B7721C3E39F9
6 changed files with 79 additions and 75 deletions

View file

@ -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;