[6.3.0] wait to finish

This commit is contained in:
EmArrow
2024-03-06 11:57:39 +08:00
parent 04a316811e
commit fd32c452ed
6 changed files with 117 additions and 4 deletions

View File

@@ -3,5 +3,5 @@ package com.mogo.eagle.core.function.api.datacenter
import com.mogo.eagle.core.function.api.base.IMoGoFunctionServerProvider
interface IDataCenterProvider: IMoGoFunctionServerProvider {
fun certificateDownLoad(callback: (String,String) -> Unit)
}