Internal directory implementation + Management REST API

This commit is contained in:
mdecimus
2023-12-16 10:35:15 +01:00
parent f21bce722e
commit 232d4d691a
64 changed files with 1933 additions and 621 deletions

View File

@@ -87,7 +87,7 @@ async fn lookup_sql() {
let mut ctx = ConfigContext::new(&[]);
let config = Config::new(&config_file).unwrap();
ctx.stores = config.parse_stores().await.unwrap();
ctx.directory = config.parse_directory(&ctx.stores).unwrap();
ctx.directory = config.parse_directory(&ctx.stores, None).unwrap();
// Obtain directory handle
let handle = DirectoryStore {