Versions in this module Expand all Collapse all v2 v2.0.2 Apr 1, 2026 v2.0.1 Apr 1, 2026 Changes in this version + func AdaptModuleJobs(inner jobsmodule.Jobs) core.Jobs + func AdaptModuleJobsInspector(inner jobsmodule.JobsInspector) core.JobsInspector + func AdaptNotificationsPubSub(inner core.PubSub) notifications.PubSub + func ApplySQLMigrations(db *sql.DB, migrationsDir string, driver string) error + func EnsureEmbeddedSQLiteSchema(db *sql.DB) error + func IsSQLiteDriver(driver string) bool + func NormalizeSQLiteDriver(driver string) string + func OpenEmbeddedDB(driver, connection string) (*sql.DB, error) + func ResolveAdapterPlan(cfg *config.Config) (adapters.Resolved, error) + func ResolveMigrationsDir() (string, error) + type Container struct + Adapters adapters.Resolved + Auth *authsupport.AuthClient + Cache *cacherepo.CacheClient + Config *config.Config + CoreCache core.Cache + CoreJobs core.Jobs + CoreJobsInspector core.JobsInspector + CorePubSub core.PubSub + Database *sql.DB + EventBus *events.Bus + Health *health.Registry + I18n core.I18n + Logger echo.Logger + Mail *mailer.MailClient + Notifier *notifications.NotifierService + SSEHub *sse.Hub + Scheduler *cron.Cron + Validator echo.Validator + Web *echo.Echo + func NewContainer(registerSchedules func(*cron.Cron, func() core.Jobs)) *Container + func (c *Container) Shutdown() error + type JobsProcess string + const JobsProcessWeb + const JobsProcessWorker + type JobsRuntime struct + Inspector core.JobsInspector + Jobs core.Jobs + func WireJobsRuntime(cfg *config.Config, db *sql.DB, process JobsProcess) (JobsRuntime, error)