Merge pull request #2777 from Aqr-K/dev-transtype

This commit is contained in:
jxxghp
2024-09-26 23:31:22 +08:00
committed by GitHub
5 changed files with 34 additions and 2 deletions
+6
View File
@@ -85,3 +85,9 @@ class StorageChain(ChainBase):
存储使用情况
"""
return self.run_module("storage_usage", storage=storage)
def support_transtype(self, storage: str) -> Optional[str]:
"""
获取支持的整理方式
"""
return self.run_module("support_transtype", storage=storage)