rename to helper
This commit is contained in:
parent
af6c1ef3b8
commit
841fe69265
@ -5,7 +5,7 @@ use uuid::Uuid;
|
||||
|
||||
use crate::server::{context::ServerContext, protocol::ConnectionState, ServerError};
|
||||
|
||||
use super::protocol::ProtocolHelper;
|
||||
use super::helper::ProtocolHelper;
|
||||
|
||||
// Клиент контекст
|
||||
// Должен быть обернут в Arc для передачи между потоками
|
||||
|
@ -1,2 +1,2 @@
|
||||
pub mod context;
|
||||
pub mod protocol;
|
||||
pub mod helper;
|
Loading…
Reference in New Issue
Block a user