Refactor pipeline

This commit is contained in:
2024-09-03 14:09:30 +01:00
parent 65d8964632
commit 2c7d2dc9d1
27 changed files with 1465 additions and 1349 deletions

View File

@ -1,9 +1,9 @@
use serde::{Deserialize, Serialize};
pub mod file;
pub mod srt;
pub mod tcp;
pub mod test;
pub mod file;
#[derive(Clone, Debug, Serialize, Deserialize)]
pub struct ConnectionInfo {
@ -12,4 +12,4 @@ pub struct ConnectionInfo {
/// IP address of the connection
pub ip_addr: String,
}
}