MCPcopy
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.
9type HealthDatabase interface {
10 Ping() error
11}
12
13// The HealthAPI provides handlers for the health information.

Callers 4

PingMethod · 0.65
TestPing_onValidDBMethod · 0.65
TestPing_onClosedDBMethod · 0.65
HealthMethod · 0.65

Implementers 1

GormDatabasedatabase/database.go

Calls

no outgoing calls

Tested by 2

TestPing_onValidDBMethod · 0.52
TestPing_onClosedDBMethod · 0.52