Skip to content

Commit

Permalink
Unify engines
Browse files Browse the repository at this point in the history
Signed-off-by: Yacov Manevich <yacov.manevich@avalabs.org>
  • Loading branch information
yacovm committed Oct 10, 2024
1 parent dcfc4ab commit 501ce6e
Show file tree
Hide file tree
Showing 31 changed files with 940 additions and 698 deletions.
4 changes: 4 additions & 0 deletions api/health/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
package health

import (
"fmt"
"net/http"

"go.uber.org/zap"
Expand Down Expand Up @@ -47,6 +48,9 @@ func (s *Service) Health(_ *http.Request, args *APIArgs, reply *APIReply) error
)

reply.Checks, reply.Healthy = s.health.Health(args.Tags...)

fmt.Println(">>>", reply.Healthy, reply.Checks)

return nil
}

Expand Down
Loading

0 comments on commit 501ce6e

Please sign in to comment.