Versions in this module Expand all Collapse all v1 v1.1.0 Jul 10, 2026 Changes in this version type Deps + StepUpDefaultChallenge string + StepUpStrongFactors []string type Kernel + PlatformTx database.TxManager + RuleStore *rules.Store v1.0.0 Jul 6, 2026 Changes in this version + type Deps struct + Audit authz.AuditSink + AuthzCacheTTL time.Duration + Metrics observability.Metrics + Platform *pgxpool.Pool + Pool *pgxpool.Pool + Secrets secrets.Provider + Storage storage.Adapter + Tracer observability.Tracer + Tx database.TxManager + WebhookSender webhook.Sender + type Kernel struct + Artifacts *artifact.Pipeline + Attachments *attachment.Service + Audit *kaudit.Writer + Authz authz.Evaluator + AuthzCache *authz.CachingStore + Bulk *bulk.Service + Cfg config.Framework + Comments *comment.Service + DocumentClasses *document.Registry + DocumentHooks *document.Hooks + Documents *document.Service + IntegrationProviders *integration.Registry + Integrations *integration.Store + Log *slog.Logger + Metrics observability.Metrics + Notify *notify.Service + NotifyTemplates *notify.Registry + Perms *authz.Registry + Platform *pgxpool.Pool + Pool *pgxpool.Pool + Resources *resource.Registry + Retention *retention.Engine + RetentionClasses *retention.Registry + Rules *rules.Registry + RulesResolver *rules.Resolver + Sequence *sequence.Allocator + Tracer observability.Tracer + Tx database.TxManager + Webhooks *webhook.Service + WorkflowRuntime *workflow.Runtime + Workflows *workflow.Registry + func New(cfg config.Framework, log *slog.Logger, deps Deps) (*Kernel, error)