Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReadyCheckHandler ¶
type ReadyCheckHandler struct { }
func NewReadyCheckHandler ¶
func NewReadyCheckHandler() *ReadyCheckHandler
func (*ReadyCheckHandler) Handle ¶
func (hch *ReadyCheckHandler) Handle(ctx fiber.Ctx) error
HealthCheck godoc
@Summary Ready check service @Description Ready check service @Tags Health Controller @Accept json @Produce json @Success 200 @Router /api/v1/readyz [get]
Click to show internal directories.
Click to hide internal directories.