|
|
@ -54,7 +54,7 @@ type ReplyOpensearchRefreshProgress struct {
|
|
|
|
Total int `json:"total"`
|
|
|
|
Total int `json:"total"`
|
|
|
|
Updated int `json:"updated"`
|
|
|
|
Updated int `json:"updated"`
|
|
|
|
StartTimeInMillis int64 `json:"startTimeInMillis"`
|
|
|
|
StartTimeInMillis int64 `json:"startTimeInMillis"`
|
|
|
|
RunningTimeInNanos int `json:"runningTimeInNanos"`
|
|
|
|
RunningTimeInNanos int64 `json:"runningTimeInNanos"`
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// RefreshProgress @Title 刷新进度
|
|
|
|
// RefreshProgress @Title 刷新进度
|
|
|
|