(
&self,
_id: &str,
_dest_path: &str,
_tar_data: Vec<u8>,
)
| 994 | } |
| 995 | |
| 996 | async fn upload_to_container( |
| 997 | &self, |
| 998 | _id: &str, |
| 999 | _dest_path: &str, |
| 1000 | _tar_data: Vec<u8>, |
| 1001 | ) -> Result<(), String> { |
| 1002 | Ok(()) |
| 1003 | } |
| 1004 | |
| 1005 | async fn create_internal_network(&self, _name: &str) -> Result<String, String> { |
| 1006 | Ok("internal-network-id".to_string()) |