Versions in this module Expand all Collapse all v0 v0.1.0 Jun 16, 2024 Changes in this version + type CheckFunc func(ctx context.Context) error + type Checks struct + func (c *Checks) ReadyHandler(ctx echo.Context) error + type Handler struct + AuthMiddleware []echo.MiddlewareFunc + DBClient *ent.Client + IsTest bool + JWTKeys jwk.Set + Logger *zap.SugaredLogger + OauthProvider OauthProviderConfig + ReadyChecks Checks + RedisClient *redis.Client + SessionConfig *sessions.SessionConfig + func (h *Handler) AddReadinessCheck(name string, f CheckFunc) + type OauthProviderConfig struct + Github github.ProviderConfig + Google google.ProviderConfig + RedirectURL string + Webauthn webauthn.ProviderConfig + type StatusReply struct + Status map[string]string