Add healthcheck to all stores
This commit is contained in:
@@ -120,3 +120,7 @@ func (s *MetricsCollectingStore) Stats(statType LoginStats, limit int) ([]StatsR
|
||||
func (s *MetricsCollectingStore) Query(query AttemptQuery) ([]models.LoginAttempt, error) {
|
||||
return s.store.Query(query)
|
||||
}
|
||||
|
||||
func (s *MetricsCollectingStore) IsHealthy() bool {
|
||||
return s.IsHealthy()
|
||||
}
|
||||
|
Reference in New Issue
Block a user