mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
rebase on index-scheduler
This commit is contained in:
parent
e0221fc0a3
commit
d0e91555d1
7 changed files with 12 additions and 6 deletions
|
@ -18,7 +18,7 @@ pub enum AuthControllerError {
|
|||
}
|
||||
|
||||
internal_error!(
|
||||
AuthControllerError: milli::heed::Error,
|
||||
AuthControllerError: meilisearch_types::milli::heed::Error,
|
||||
std::io::Error,
|
||||
serde_json::Error,
|
||||
std::str::Utf8Error
|
||||
|
|
|
@ -11,6 +11,7 @@ use std::sync::Arc;
|
|||
|
||||
use hmac::{Hmac, Mac};
|
||||
use meilisearch_types::keys::KeyId;
|
||||
use meilisearch_types::milli;
|
||||
use meilisearch_types::star_or::StarOr;
|
||||
use meilisearch_types::milli;
|
||||
use milli::heed::types::{ByteSlice, DecodeIgnore, SerdeJson};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue