mirror of
https://github.com/v0l/zap-stream-core.git
synced 2025-06-17 12:08:46 +00:00
Refactor pipeline
This commit is contained in:
@ -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,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user