Versions in this module Expand all Collapse all v0 v0.1.0 Sep 7, 2026 Changes in this version + func Health(c *echo.Context) error + func RegisterUI(e *echo.Echo) + func Shutdown(ctx context.Context) error + func Start(ctx context.Context, bus event.Bus, authSvc *auth.Service, ...) error + type CheckResult struct + Count int64 + LatencyMs int64 + Status Status + type HealthChecks struct + ActiveRuns *CheckResult + Database *CheckResult + Nodes *CheckResult + Triggers *CheckResult + type HealthResponse struct + Checks *HealthChecks + Status Status + Uptime time.Duration + type InternalWakeupHandler func(ctx context.Context, id string, ttl int) + type SSOProviders struct + LDAP auth.CredentialAuthenticator + OIDC auth.RedirectAuthenticator + SAML auth.RedirectAuthenticator + type Status string + const Degraded + const Healthy