Automatic Merge
Этот коммит содержится в:
Mohammed Salman
2021-06-06 18:40:22 +03:00
коммит произвёл GitHub
родитель 39c3b8ebf9
Коммит 78a9927b67
4 изменённых файлов: 23 добавлений и 1 удалений

Просмотреть файл

@@ -575,6 +575,10 @@ func (a *App) dbHealthCheckKey() string {
return fmt.Sprintf("health_check_%s", a.GetClusterId())
}
func (a *App) CheckIntegrity() <-chan model.IntegrityCheckResult {
return a.Srv().Store.CheckIntegrity()
}
func (a *App) SetServer(srv *Server) {
a.srv = srv
}