Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gotify/server
/ Ping
Method
Ping
api/health.go:10–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
// The HealthDatabase interface for encapsulating database access.
9
type
HealthDatabase
interface
{
10
Ping() error
11
}
12
13
// The HealthAPI provides handlers for the health information.
Callers
4
Ping
Method · 0.65
TestPing_onValidDB
Method · 0.65
TestPing_onClosedDB
Method · 0.65
Health
Method · 0.65
Implementers
1
GormDatabase
database/database.go
Calls
no outgoing calls
Tested by
2
TestPing_onValidDB
Method · 0.52
TestPing_onClosedDB
Method · 0.52