Documentation ¶
Index ¶
Constants ¶
View Source
const HealthCheckPath = "/health/full"
Variables ¶
This section is empty.
Functions ¶
func AddRoutes ¶
func AddRoutes(routerGroup *gin.RouterGroup) *gin.RouterGroup
func HealthCheck ¶
HealthCheck godoc
@Summary Health Status of Naavik @Description Health Status of Naavik @Tags Health Check @Produce json @Success 200 string Health full ok @Router /health/full [get].
Types ¶
type ErrorResponse ¶
type ErrorResponse struct {
Message string `json:"error"`
}
Click to show internal directories.
Click to hide internal directories.