complete get_container_ip effect handler

This commit is contained in:
Shadowy Super Coder
2024-03-20 21:26:18 -06:00
parent 4a27128a1c
commit 405b3be496
2 changed files with 20 additions and 2 deletions

View File

@@ -385,6 +385,10 @@ impl NetService {
))
}
}
pub fn get_ip(&self) -> Ipv4Addr {
self.ip.to_owned()
}
}
impl Drop for NetService {