Versions in this module Expand all Collapse all v0 v0.7.0 Jan 22, 2026 Changes in this version + type Registry struct + func NewRegistry(logger *log.Logger) *Registry + func (r *Registry) Executors() []executor.Executor + func (r *Registry) Readiness() executor.Executor + func (r *Registry) RegisterAppHooks(hooks ...pkg.Hook[*pkg.ApplicationHookInput]) + func (r *Registry) RegisterModuleHooks(hooks ...pkg.Hook[*pkg.HookInput]) + func (r *Registry) SetReadinessHook(h pkg.Hook[*pkg.HookInput])