Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthController ¶
type HealthController struct{}
func NewHealthController ¶
func NewHealthController() *HealthController
func (*HealthController) HealthCheck ¶
func (hc *HealthController) HealthCheck(c *gin.Context)
HealthCheck godoc @Summary Get health status @Description get the health status of the service @Tags health @Accept json @Produce json @Success 200 {object} HealthResponse @Router /health [get]
type HealthResponse ¶
Click to show internal directories.
Click to hide internal directories.