improve code

This commit is contained in:
houseme
2025-03-16 16:33:52 +08:00
parent c3ca7960e9
commit ef162396cf
15 changed files with 724 additions and 206 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
use crate::{entry::LogEntry, sink::Sink};
use crate::{entry::log::LogEntry, sink::Sink};
use std::sync::Arc;
use tokio::sync::mpsc::Receiver;