feat: add command pattern
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-12 14:29:14 +02:00
parent cf26422673
commit 5548d8e36e
10 changed files with 318 additions and 207 deletions

View File

@@ -2,6 +2,7 @@ use hyperlog_core::log::GraphItem;
use crate::shared_engine::SharedEngine;
#[derive(Clone)]
pub struct Querier {
engine: SharedEngine,
}