This commit is contained in:
weisd
2024-09-25 17:31:46 +08:00
parent 1509f37f62
commit d759eb8b7c
4 changed files with 54 additions and 7 deletions
+1 -1
View File
@@ -414,7 +414,7 @@ impl DiskAPI for RemoteDisk {
// TODO:
unimplemented!()
}
async fn update_metadata(&self, _volume: &str, _path: &str, _fi: FileInfo, _opts: UpdateMetadataOpts) {
async fn update_metadata(&self, _volume: &str, _path: &str, _fi: FileInfo, _opts: UpdateMetadataOpts) -> Result<()> {
// TODO:
unimplemented!()
}