This commit is contained in:
zhongchao
2022-03-09 18:20:37 +08:00
parent 06f3cfdd8b
commit 288500fbb0
351 changed files with 697 additions and 42194 deletions

View File

@@ -2,7 +2,7 @@ package com.mogo.eagle.core.function.api.devatools
import android.view.View
import com.mogo.eagle.core.data.autopilot.AutoPilotRecordResult
import com.mogo.eagle.core.data.chain.ChainLogParam
import com.mogo.eagle.core.data.deva.chain.ChainLogParam
import com.mogo.eagle.core.function.api.base.IMoGoFunctionServerProvider
/**
@@ -16,7 +16,7 @@ interface IDevaToolsProvider : IMoGoFunctionServerProvider {
fun stopLogCatch()
fun getTraceInfo():HashMap<Int, ChainLogParam>
fun getTraceInfo(): HashMap<Int, ChainLogParam>
fun refreshTraceInfo(map: HashMap<Int, ChainLogParam>)

View File

@@ -0,0 +1,7 @@
package com.mogo.eagle.core.function.api.dispatch
import com.mogo.eagle.core.function.api.base.IMoGoFunctionServerProvider
interface IDispatchProvider : IMoGoFunctionServerProvider {
}