(
&self,
_container: &str,
_network: &str,
)
| 1015 | } |
| 1016 | |
| 1017 | async fn disconnect_container_from_network( |
| 1018 | &self, |
| 1019 | _container: &str, |
| 1020 | _network: &str, |
| 1021 | ) -> Result<(), String> { |
| 1022 | Ok(()) |
| 1023 | } |
| 1024 | |
| 1025 | async fn remove_network(&self, _name: &str) -> Result<(), String> { |
| 1026 | Ok(()) |
no outgoing calls
no test coverage detected