feat(homelab): add dhcp lease parsing
This commit is contained in:
9
nix/homelab/src/transport.rs
Normal file
9
nix/homelab/src/transport.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
mod ssh;
|
||||
|
||||
pub use ssh::SSHTransport;
|
||||
|
||||
use crate::error::Result;
|
||||
|
||||
pub trait Transport {
|
||||
fn fetch(&self, resource: &str) -> Result<String>;
|
||||
}
|
||||
Reference in New Issue
Block a user