integration test snapshot

This commit is contained in:
mpostma
2021-03-24 11:03:01 +01:00
parent 06f9dae0f3
commit 1f16c8d224
5 changed files with 55 additions and 134 deletions

View File

@ -1,6 +1,6 @@
mod index;
mod server;
mod service;
pub mod index;
pub mod server;
pub mod service;
pub use index::{GetAllDocumentsOptions, GetDocumentOptions};
pub use server::Server;