MCPcopy Create free account
hub / github.com/coderabbit214/document-ai / Healthy

Function Healthy

pkg/api/healthy.go:9–11  ·  view source on GitHub ↗
(c *gin.Context)

Source from the content-addressed store, hash-verified

7)
8
9func Healthy(c *gin.Context) {
10 c.JSON(http.StatusOK, common.Success("healthy!"))
11}
12
13func Error(c *gin.Context) {
14 common.Logger.Debug("Debug")

Callers

nothing calls this directly

Calls 1

SuccessFunction · 0.92

Tested by

no test coverage detected