mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 18:45:06 +08:00
Expose the UpdateType
This commit is contained in:
parent
9ed6752573
commit
46c19dfc5a
@ -22,7 +22,7 @@ pub use self::number::{Number, ParseNumberError};
|
|||||||
pub use self::ranked_map::RankedMap;
|
pub use self::ranked_map::RankedMap;
|
||||||
pub use self::raw_document::RawDocument;
|
pub use self::raw_document::RawDocument;
|
||||||
pub use self::store::Index;
|
pub use self::store::Index;
|
||||||
pub use self::update::{UpdateStatus, UpdateResult};
|
pub use self::update::{UpdateStatus, UpdateResult, UpdateType};
|
||||||
|
|
||||||
use zerocopy::{AsBytes, FromBytes};
|
use zerocopy::{AsBytes, FromBytes};
|
||||||
use ::serde::{Serialize, Deserialize};
|
use ::serde::{Serialize, Deserialize};
|
||||||
|
Loading…
Reference in New Issue
Block a user