(&self, _id: &str)
| 986 | } |
| 987 | |
| 988 | async fn inspect_container(&self, _id: &str) -> Result<String, String> { |
| 989 | Ok(r#"{"State": {"Running": true}}"#.to_string()) |
| 990 | } |
| 991 | |
| 992 | async fn attach_container(&self, _id: &str) -> Result<(), String> { |
| 993 | Ok(()) |
no outgoing calls
no test coverage detected