mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-07-22 09:15:15 +08:00
feat: implement production cas v1
This commit is contained in:
@@ -114,7 +114,11 @@ pub trait ClientIntegration: Send + Sync {
|
||||
///
|
||||
/// - 成功:返回集成结果
|
||||
/// - 失败:返回错误
|
||||
async fn rollback(&self, client: &GameClient, backup_id: &str) -> Result<IntegrationResult, String>;
|
||||
async fn rollback(
|
||||
&self,
|
||||
client: &GameClient,
|
||||
backup_id: &str,
|
||||
) -> Result<IntegrationResult, String>;
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
Reference in New Issue
Block a user