implement custom payload

This commit is contained in:
marin postma 2021-06-23 13:55:16 +02:00
parent 71226feb74
commit 1c13100948
No known key found for this signature in database
GPG key ID: 6088B7721C3E39F9
4 changed files with 65 additions and 7 deletions

View file

@ -1,7 +1,6 @@
use actix_web::web::Payload;
use milli::update::{IndexDocumentsMethod, UpdateFormat};
use super::Data;
use crate::{Data, Payload};
use crate::index::{Checked, Settings};
use crate::index_controller::{error::Result, IndexMetadata, IndexSettings, UpdateStatus};