(self: &Arc<Self>, docker_host: &mut DockerHost)
| 1187 | } |
| 1188 | |
| 1189 | pub async fn add_docker_host(self: &Arc<Self>, docker_host: &mut DockerHost) -> Result<()> { |
| 1190 | self.edit_docker_host(docker_host).await |
| 1191 | } |
| 1192 | |
| 1193 | pub async fn edit_docker_host(self: &Arc<Self>, docker_host: &mut DockerHost) -> Result<()> { |
| 1194 | docker_host.id = self |
no test coverage detected