implement custom payload

This commit is contained in:
marin postma
2021-06-23 13:55:16 +02:00
parent 71226feb74
commit 1c13100948
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};