Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
func
Healthy(c *gin.Context) {
10
c.JSON(http.StatusOK, common.Success(
"healthy!"
))
11
}
12
13
func
Error(c *gin.Context) {
14
common.Logger.Debug(
"Debug"
)
Callers
nothing calls this directly
Calls
1
Success
Function · 0.92
Tested by
no test coverage detected