interface
HealthBackend
type HealthBackend interface {
Ping(context.Context) error
}Optional production readiness check for the storage dependency.
Pingfunc(context.Context) error- The Ping value.
Ridu includes Ping in /readyz when available. Keep it context-bounded, read-only, and safe to call repeatedly.