type
ReadinessCheck
type ReadinessCheck func(context.Context) errorOne repeatable required-dependency readiness check.
Checks must be read-only, repeatable, and honor context cancellation. Add them through HandlerOptions.ReadinessChecks.