MCPcopy Create free account
hub / github.com/gotify/server / HealthAPI

Struct HealthAPI

api/health.go:14–16  ·  view source on GitHub ↗

The HealthAPI provides handlers for the health information.

Source from the content-addressed store, hash-verified

12
13// The HealthAPI provides handlers for the health information.
14type HealthAPI struct {
15 DB HealthDatabase
16}
17
18// Health returns health information.
19// swagger:operation GET /health health getHealth

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected