chore: change to byte slice

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-27 20:16:27 +02:00
parent d3beab5006
commit 541b9b22d2
10 changed files with 829 additions and 746 deletions

View File

@@ -24,13 +24,6 @@ impl std::ops::Deref for AgentService {
}
}
impl Default for AgentService {
fn default() -> Self {
Self(Arc::new(DefaultAgentService::default()))
}
}
#[derive(Default)]
struct DefaultAgentService {
agents: Db,
}