Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSystemHandler ¶
func NewSystemHandler(e *echo.Echo, redisAddress, grpcAddress string, logger log.Logger, us mvc.ChainInfoUsecase)
NewSystemHandler will initialize the /debug/ppof resources endpoint
Types ¶
type SystemHandler ¶
type SystemHandler struct { CIUsecase mvc.ChainInfoUsecase // contains filtered or unexported fields }
func (*SystemHandler) GetHealthStatus ¶
func (h *SystemHandler) GetHealthStatus(c echo.Context) error
GetHealthStatus handles health check requests for both GRPC gateway and Redis
Click to show internal directories.
Click to hide internal directories.