feat: add status service module to services

Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-28 16:58:05 -03:00
parent d5c36155e3
commit 0fc34a9fcb
3 changed files with 4 additions and 7 deletions

View File

@@ -14,8 +14,7 @@ use prettytable::{Attr, Cell, Row, Table};
use prettytable::format::consts::{FORMAT_BOX_CHARS, FORMAT_NO_BORDER_LINE_SEPARATOR};
use crate::meta_plugin::{MetaPluginType, get_meta_plugin};
use crate::common::status::{generate_status_info, PathInfo, CompressionInfo, MetaPluginInfo};
use crate::compression_engine::CompressionType;
use crate::common::status::{PathInfo, CompressionInfo, MetaPluginInfo};
fn build_path_table(path_info: &PathInfo) -> Table {
let mut path_table = Table::new();