feat(http): stats route

This commit is contained in:
Alexey Shekhirin
2021-04-01 17:44:42 +03:00
parent a1d04fbff5
commit dd9eae8c26
10 changed files with 199 additions and 60 deletions

View File

@ -1,6 +1,3 @@
pub mod search;
mod updates;
use std::ops::Deref;
use std::sync::Arc;
@ -11,6 +8,9 @@ use crate::index_controller::IndexController;
use crate::index_controller::{IndexMetadata, IndexSettings};
use crate::option::Opt;
pub mod search;
mod updates;
#[derive(Clone)]
pub struct Data {
inner: Arc<DataInner>,