pinakes-core: remove extracted modules; trim to storage/scan/scheduler domain

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ibdce07d2626c1a9541eeed26a17716b46a6a6964
This commit is contained in:
raf 2026-05-20 21:52:08 +03:00
commit 011e8edb28
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
45 changed files with 2169 additions and 10844 deletions

View file

@ -9,10 +9,9 @@
#![allow(clippy::print_stderr, reason = "Fine for tests")]
use std::{path::Path, sync::Arc};
use pinakes_core::{
config::PluginTimeoutConfig,
plugin::{PluginManager, PluginManagerConfig, PluginPipeline},
};
use pinakes_core::plugin::PluginPipeline;
use pinakes_plugin::{PluginManager, PluginManagerConfig};
use pinakes_types::config::PluginTimeoutConfig;
use tempfile::TempDir;
/// Path to the compiled test plugin fixture.