mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-06 05:30:05 +00:00
chore: fix some comments (#345)
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
/** Name of the expando, to work with multiple documents or to re-shiv one document */
|
/** Name of the expando, to work with multiple documents or to re-shiv one document */
|
||||||
var expando = '_html5shiv';
|
var expando = '_html5shiv';
|
||||||
|
|
||||||
/** The id for the the documents expando */
|
/** The id for the documents expando */
|
||||||
var expanID = 0;
|
var expanID = 0;
|
||||||
|
|
||||||
/** Cached data for each document */
|
/** Cached data for each document */
|
||||||
|
|||||||
@@ -172,7 +172,7 @@ func (ss *ServiceSentinel) Monitors() []*model.Monitor {
|
|||||||
return monitors
|
return monitors
|
||||||
}
|
}
|
||||||
|
|
||||||
// LoadStats 加载服务监控器的历史状态信息
|
// loadMonitorHistory 加载服务监控器的历史状态信息
|
||||||
func (ss *ServiceSentinel) loadMonitorHistory() {
|
func (ss *ServiceSentinel) loadMonitorHistory() {
|
||||||
var monitors []*model.Monitor
|
var monitors []*model.Monitor
|
||||||
err := DB.Find(&monitors).Error
|
err := DB.Find(&monitors).Error
|
||||||
|
|||||||
Reference in New Issue
Block a user