修改参数类型
This commit is contained in:
@@ -41,6 +41,6 @@ public interface ICheckProvider extends IProvider {
|
||||
/**
|
||||
* 根据监测指标修改主页检测按钮
|
||||
*/
|
||||
void updateMonitoringStatus(String module, boolean hasError);
|
||||
void updateMonitoringStatus(String module, Integer state);
|
||||
|
||||
}
|
||||
|
||||
@@ -6,5 +6,5 @@ package com.mogo.eagle.core.function.api.check;
|
||||
* @since: 8/26/21
|
||||
*/
|
||||
public interface IMogoCheckListener {
|
||||
void updateMonitoringStatus(boolean hasError);
|
||||
void updateMonitoringStatus(Integer state);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user