Finishing basic implementation
This commit is contained in:
7
src/listener.rs
Normal file
7
src/listener.rs
Normal file
@ -0,0 +1,7 @@
|
||||
use crate::shutdown::Shutdown;
|
||||
|
||||
pub(crate) struct Listener {
|
||||
pub(crate) shutdown: Shutdown,
|
||||
pub(crate) source: String,
|
||||
pub(crate) target: String,
|
||||
}
|
Reference in New Issue
Block a user