mirror of
https://github.com/bloomberg/goldpinger.git
synced 2026-02-14 18:09:50 +00:00
Add the generated at field
Signed-off-by: Mikolaj Pawlikowski <mikolaj@pawlikowski.pl>
This commit is contained in:
@@ -59,7 +59,9 @@ func CheckNeighboursNeighbours(ctx context.Context) *models.CheckAllResults {
|
||||
func CheckCluster(ctx context.Context) *models.ClusterHealthResults {
|
||||
|
||||
start := time.Now()
|
||||
response := models.ClusterHealthResults{}
|
||||
response := models.ClusterHealthResults{
|
||||
GeneratedAt: strfmt.DateTime(start),
|
||||
}
|
||||
expectedNodes := []string{}
|
||||
|
||||
// get the response we serve for check_all
|
||||
|
||||
Reference in New Issue
Block a user