коммит произвёл
GitHub
родитель
39c3b8ebf9
Коммит
78a9927b67
@@ -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
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user